pub enum Showticksuffix {
All,
First,
Last,
None,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Showticksuffix
impl RefUnwindSafe for Showticksuffix
impl Send for Showticksuffix
impl Sync for Showticksuffix
impl Unpin for Showticksuffix
impl UnwindSafe for Showticksuffix
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