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