pub struct SHORTS { /* private fields */ }Expand description
Shortcut register
Implementations§
Auto Trait Implementations§
impl !Freeze for SHORTS
impl !RefUnwindSafe for SHORTS
impl Send for SHORTS
impl !Sync for SHORTS
impl Unpin for SHORTS
impl UnsafeUnpin for SHORTS
impl UnwindSafe for SHORTS
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