pub struct TypedReserved<S: Store, T> { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S, T> Freeze for TypedReserved<S, T>
impl<S, T> RefUnwindSafe for TypedReserved<S, T>
impl<S, T> Send for TypedReserved<S, T>
impl<S, T> Sync for TypedReserved<S, T>
impl<S, T> Unpin for TypedReserved<S, T>
impl<S, T> UnsafeUnpin for TypedReserved<S, T>
impl<S, T> UnwindSafe for TypedReserved<S, T>
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