pub struct BoxPtr<T>(/* private fields */);Trait Implementations§
impl<T> Copy for BoxPtr<T>
impl<T> Eq for BoxPtr<T>
impl<T: Send> Send for BoxPtr<T>
impl<T: Sync> Sync for BoxPtr<T>
Auto Trait Implementations§
impl<T> Freeze for BoxPtr<T>
impl<T> RefUnwindSafe for BoxPtr<T>where
T: RefUnwindSafe,
impl<T> Unpin for BoxPtr<T>
impl<T> UnsafeUnpin for BoxPtr<T>
impl<T> UnwindSafe for BoxPtr<T>where
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