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