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