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