pub struct INTO;
Trait Implementations§
impl Copy for INTO
Auto Trait Implementations§
impl Freeze for INTO
impl RefUnwindSafe for INTO
impl Send for INTO
impl Sync for INTO
impl Unpin for INTO
impl UnwindSafe for INTO
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