#[repr(u8)]pub enum MessageFormat {
RestrictedAscii = 0,
LimitedUtf8 = 1,
ExtendedUtf8 = 2,
}
Variants§
Trait Implementations§
source§impl Clone for MessageFormat
impl Clone for MessageFormat
source§fn clone(&self) -> MessageFormat
fn clone(&self) -> MessageFormat
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MessageFormat
impl Debug for MessageFormat
source§impl From<MessageFormat> for u8
impl From<MessageFormat> for u8
source§fn from(enum_value: MessageFormat) -> Self
fn from(enum_value: MessageFormat) -> Self
Converts to this type from the input type.
source§impl PartialEq for MessageFormat
impl PartialEq for MessageFormat
source§fn eq(&self, other: &MessageFormat) -> bool
fn eq(&self, other: &MessageFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<u8> for MessageFormat
impl TryFrom<u8> for MessageFormat
§type Error = TryFromPrimitiveError<MessageFormat>
type Error = TryFromPrimitiveError<MessageFormat>
The type returned in the event of a conversion error.
source§impl TryFromPrimitive for MessageFormat
impl TryFromPrimitive for MessageFormat
impl Copy for MessageFormat
impl Eq for MessageFormat
impl StructuralEq for MessageFormat
impl StructuralPartialEq for MessageFormat
Auto Trait Implementations§
impl RefUnwindSafe for MessageFormat
impl Send for MessageFormat
impl Sync for MessageFormat
impl Unpin for MessageFormat
impl UnwindSafe for MessageFormat
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more