pub struct VhwData {}Trait Implementations§
impl Copy for VhwData
impl StructuralPartialEq for VhwData
Auto Trait Implementations§
impl Freeze for VhwData
impl RefUnwindSafe for VhwData
impl Send for VhwData
impl Sync for VhwData
impl Unpin for VhwData
impl UnwindSafe for VhwData
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