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