pub enum LabelAlignmentValues {
Center,
Left,
Right,
}Variants§
Trait Implementations§
Source§impl Clone for LabelAlignmentValues
impl Clone for LabelAlignmentValues
Source§fn clone(&self) -> LabelAlignmentValues
fn clone(&self) -> LabelAlignmentValues
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 LabelAlignmentValues
impl Debug for LabelAlignmentValues
Source§impl Default for LabelAlignmentValues
impl Default for LabelAlignmentValues
Source§impl EnumTrait for LabelAlignmentValues
impl EnumTrait for LabelAlignmentValues
fn get_value_string(&self) -> &str
Auto Trait Implementations§
impl Freeze for LabelAlignmentValues
impl RefUnwindSafe for LabelAlignmentValues
impl Send for LabelAlignmentValues
impl Sync for LabelAlignmentValues
impl Unpin for LabelAlignmentValues
impl UnwindSafe for LabelAlignmentValues
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