pub enum UIMode {
Interactive,
Silent,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UIMode
impl RefUnwindSafe for UIMode
impl Send for UIMode
impl Sync for UIMode
impl Unpin for UIMode
impl UnwindSafe for UIMode
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