pub enum NexitMode {
Next,
Exit,
}
Variants§
Trait Implementations§
impl Copy for NexitMode
impl Eq for NexitMode
impl StructuralPartialEq for NexitMode
Auto Trait Implementations§
impl Freeze for NexitMode
impl RefUnwindSafe for NexitMode
impl Send for NexitMode
impl Sync for NexitMode
impl Unpin for NexitMode
impl UnwindSafe for NexitMode
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