pub enum AdvancedText {
LabelMode {
mode: bool,
row_number: u8,
},
}
Variants§
Trait Implementations§
Source§impl Clone for AdvancedText
impl Clone for AdvancedText
Source§fn clone(&self) -> AdvancedText
fn clone(&self) -> AdvancedText
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 AdvancedText
impl Debug for AdvancedText
Source§impl PartialEq for AdvancedText
impl PartialEq for AdvancedText
impl StructuralPartialEq for AdvancedText
Auto Trait Implementations§
impl Freeze for AdvancedText
impl RefUnwindSafe for AdvancedText
impl Send for AdvancedText
impl Sync for AdvancedText
impl Unpin for AdvancedText
impl UnwindSafe for AdvancedText
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