#[repr(u32)]pub enum RichTextLabelListType {
ListNumbers = 0,
ListLetters = 1,
ListDots = 2,
}Variants§
Trait Implementations§
Source§impl Clone for RichTextLabelListType
impl Clone for RichTextLabelListType
Source§fn clone(&self) -> RichTextLabelListType
fn clone(&self) -> RichTextLabelListType
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 RichTextLabelListType
impl Debug for RichTextLabelListType
Source§impl Hash for RichTextLabelListType
impl Hash for RichTextLabelListType
Source§impl PartialEq for RichTextLabelListType
impl PartialEq for RichTextLabelListType
impl Copy for RichTextLabelListType
impl Eq for RichTextLabelListType
impl StructuralPartialEq for RichTextLabelListType
Auto Trait Implementations§
impl Freeze for RichTextLabelListType
impl RefUnwindSafe for RichTextLabelListType
impl Send for RichTextLabelListType
impl Sync for RichTextLabelListType
impl Unpin for RichTextLabelListType
impl UnwindSafe for RichTextLabelListType
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