pub struct BoxDetail<Detail: ?Sized>(/* private fields */);
Auto Trait Implementations§
impl<Detail> Freeze for BoxDetail<Detail>where
Detail: ?Sized,
impl<Detail> RefUnwindSafe for BoxDetail<Detail>where
Detail: RefUnwindSafe + ?Sized,
impl<Detail> Send for BoxDetail<Detail>
impl<Detail> Sync for BoxDetail<Detail>
impl<Detail> Unpin for BoxDetail<Detail>
impl<Detail> UnwindSafe for BoxDetail<Detail>where
Detail: UnwindSafe + ?Sized,
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