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