pub enum MessageFormatEnum {
ASCII,
HTML,
URI,
UTF8,
QRCODE,
}Expand description
Format of the message.
Variants§
Trait Implementations§
Source§impl Clone for MessageFormatEnum
impl Clone for MessageFormatEnum
Source§fn clone(&self) -> MessageFormatEnum
fn clone(&self) -> MessageFormatEnum
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MessageFormatEnum
impl Debug for MessageFormatEnum
Source§impl<'de> Deserialize<'de> for MessageFormatEnum
impl<'de> Deserialize<'de> for MessageFormatEnum
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for MessageFormatEnum
Source§impl PartialEq for MessageFormatEnum
impl PartialEq for MessageFormatEnum
Source§impl Serialize for MessageFormatEnum
impl Serialize for MessageFormatEnum
impl StructuralPartialEq for MessageFormatEnum
Source§impl Validate for MessageFormatEnum
Available on crate feature validate only.
impl Validate for MessageFormatEnum
Available on crate feature
validate only.Auto Trait Implementations§
impl Freeze for MessageFormatEnum
impl RefUnwindSafe for MessageFormatEnum
impl Send for MessageFormatEnum
impl Sync for MessageFormatEnum
impl Unpin for MessageFormatEnum
impl UnsafeUnpin for MessageFormatEnum
impl UnwindSafe for MessageFormatEnum
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