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