pub struct SlotReader<T, A = ()>(/* private fields */);
Implementations§
Trait Implementations§
Source§impl<T, A> Drop for SlotReader<T, A>
impl<T, A> Drop for SlotReader<T, A>
impl<T: Send, A: Send> Send for SlotReader<T, A>
impl<T: Send, A: Send> Sync for SlotReader<T, A>
Auto Trait Implementations§
impl<T, A> Freeze for SlotReader<T, A>
impl<T, A> RefUnwindSafe for SlotReader<T, A>where
A: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, A> Unpin for SlotReader<T, A>
impl<T, A> UnwindSafe for SlotReader<T, A>where
A: RefUnwindSafe,
T: RefUnwindSafe,
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