pub struct VC { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Ord for VC
impl Ord for VC
Source§impl PartialOrd for VC
impl PartialOrd for VC
impl Eq for VC
impl StructuralPartialEq for VC
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