pub struct Details<'c> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<'c> Freeze for Details<'c>
impl<'c> RefUnwindSafe for Details<'c>
impl<'c> Send for Details<'c>
impl<'c> Sync for Details<'c>
impl<'c> Unpin for Details<'c>
impl<'c> UnwindSafe for Details<'c>
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