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