pub struct AuraShell;
Expand description
An implementation of the zaura_shell global.
Implementations§
Trait Implementations§
Source§impl RequestReceiver<ZauraShell> for AuraShell
impl RequestReceiver<ZauraShell> for AuraShell
Auto Trait Implementations§
impl Freeze for AuraShell
impl RefUnwindSafe for AuraShell
impl Send for AuraShell
impl Sync for AuraShell
impl Unpin for AuraShell
impl UnwindSafe for AuraShell
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