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