pub enum DataTransferType {
DataTransferStarted,
DataTransferRW,
DataTransferSucceed,
DataTransferFailed,
}Variants§
Trait Implementations§
Source§impl Clone for DataTransferType
impl Clone for DataTransferType
Source§fn clone(&self) -> DataTransferType
fn clone(&self) -> DataTransferType
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 DataTransferType
impl Debug for DataTransferType
Source§impl PartialEq for DataTransferType
impl PartialEq for DataTransferType
impl StructuralPartialEq for DataTransferType
Auto Trait Implementations§
impl Freeze for DataTransferType
impl RefUnwindSafe for DataTransferType
impl Send for DataTransferType
impl Sync for DataTransferType
impl Unpin for DataTransferType
impl UnsafeUnpin for DataTransferType
impl UnwindSafe for DataTransferType
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