pub enum SlackRichTextListStyle {
Bullet,
Ordered,
}Variants§
Trait Implementations§
Source§impl Clone for SlackRichTextListStyle
impl Clone for SlackRichTextListStyle
Source§fn clone(&self) -> SlackRichTextListStyle
fn clone(&self) -> SlackRichTextListStyle
Returns a duplicate 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 SlackRichTextListStyle
impl Debug for SlackRichTextListStyle
Source§impl<'de> Deserialize<'de> for SlackRichTextListStyle
impl<'de> Deserialize<'de> for SlackRichTextListStyle
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 SlackRichTextListStyle
impl PartialEq for SlackRichTextListStyle
Source§impl Serialize for SlackRichTextListStyle
impl Serialize for SlackRichTextListStyle
impl StructuralPartialEq for SlackRichTextListStyle
Auto Trait Implementations§
impl Freeze for SlackRichTextListStyle
impl RefUnwindSafe for SlackRichTextListStyle
impl Send for SlackRichTextListStyle
impl Sync for SlackRichTextListStyle
impl Unpin for SlackRichTextListStyle
impl UnsafeUnpin for SlackRichTextListStyle
impl UnwindSafe for SlackRichTextListStyle
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