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