pub struct DataLossV1 {}Implementations§
Source§impl DataLossV1
impl DataLossV1
Trait Implementations§
Source§impl Clone for DataLossV1
impl Clone for DataLossV1
Source§fn clone(&self) -> DataLossV1
fn clone(&self) -> DataLossV1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DataLossV1
impl Debug for DataLossV1
Source§impl Default for DataLossV1
impl Default for DataLossV1
Auto Trait Implementations§
impl Freeze for DataLossV1
impl RefUnwindSafe for DataLossV1
impl Send for DataLossV1
impl Sync for DataLossV1
impl Unpin for DataLossV1
impl UnsafeUnpin for DataLossV1
impl UnwindSafe for DataLossV1
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