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