pub enum TransferModeKind {
Stream,
Block,
Compressed,
}
Variants§
Trait Implementations§
Source§impl Clone for TransferModeKind
impl Clone for TransferModeKind
Source§fn clone(&self) -> TransferModeKind
fn clone(&self) -> TransferModeKind
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TransferModeKind
impl Debug for TransferModeKind
Source§impl Hash for TransferModeKind
impl Hash for TransferModeKind
Source§impl Ord for TransferModeKind
impl Ord for TransferModeKind
Source§fn cmp(&self, other: &TransferModeKind) -> Ordering
fn cmp(&self, other: &TransferModeKind) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TransferModeKind
impl PartialEq for TransferModeKind
Source§impl PartialOrd for TransferModeKind
impl PartialOrd for TransferModeKind
impl Copy for TransferModeKind
impl Eq for TransferModeKind
impl StructuralPartialEq for TransferModeKind
Auto Trait Implementations§
impl Freeze for TransferModeKind
impl RefUnwindSafe for TransferModeKind
impl Send for TransferModeKind
impl Sync for TransferModeKind
impl Unpin for TransferModeKind
impl UnwindSafe for TransferModeKind
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