pub struct Pointer<Kind> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Kind> Freeze for Pointer<Kind>
impl<Kind> RefUnwindSafe for Pointer<Kind>where
Kind: RefUnwindSafe,
impl<Kind> Send for Pointer<Kind>where
Kind: Send,
impl<Kind> Sync for Pointer<Kind>where
Kind: Sync,
impl<Kind> Unpin for Pointer<Kind>
impl<Kind> UnwindSafe for Pointer<Kind>where
Kind: UnwindSafe,
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