pub enum ShowMode {
Output,
Clip,
QrCode,
Type,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShowMode
impl RefUnwindSafe for ShowMode
impl Send for ShowMode
impl Sync for ShowMode
impl Unpin for ShowMode
impl UnwindSafe for ShowMode
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