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