pub enum MixedElementType {
Image,
PlainText,
Mrkdwn,
None,
}Variants§
Trait Implementations§
Source§impl Debug for MixedElementType
impl Debug for MixedElementType
Source§impl<'de> Deserialize<'de> for MixedElementType
impl<'de> Deserialize<'de> for MixedElementType
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
Source§impl PartialEq for MixedElementType
impl PartialEq for MixedElementType
Source§impl Serialize for MixedElementType
impl Serialize for MixedElementType
impl StructuralPartialEq for MixedElementType
Auto Trait Implementations§
impl Freeze for MixedElementType
impl RefUnwindSafe for MixedElementType
impl Send for MixedElementType
impl Sync for MixedElementType
impl Unpin for MixedElementType
impl UnwindSafe for MixedElementType
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