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