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