pub enum LineAlignSetting {
START,
CENTER,
END,
}Variants§
Trait Implementations§
Source§impl Clone for LineAlignSetting
impl Clone for LineAlignSetting
Source§fn clone(&self) -> LineAlignSetting
fn clone(&self) -> LineAlignSetting
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 LineAlignSetting
impl Debug for LineAlignSetting
Source§impl From<&LineAlignSetting> for Any
impl From<&LineAlignSetting> for Any
Source§fn from(s: &LineAlignSetting) -> Any
fn from(s: &LineAlignSetting) -> Any
Converts to this type from the input type.
Source§impl From<LineAlignSetting> for Any
impl From<LineAlignSetting> for Any
Source§fn from(s: LineAlignSetting) -> Any
fn from(s: LineAlignSetting) -> Any
Converts to this type from the input type.
Source§impl FromVal for LineAlignSetting
impl FromVal for LineAlignSetting
Source§impl PartialEq for LineAlignSetting
impl PartialEq for LineAlignSetting
Source§impl PartialOrd for LineAlignSetting
impl PartialOrd for LineAlignSetting
impl Copy for LineAlignSetting
impl StructuralPartialEq for LineAlignSetting
Auto Trait Implementations§
impl Freeze for LineAlignSetting
impl RefUnwindSafe for LineAlignSetting
impl Send for LineAlignSetting
impl Sync for LineAlignSetting
impl Unpin for LineAlignSetting
impl UnwindSafe for LineAlignSetting
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