pub enum FileChunkType {
Byte,
KiloByte,
MegaByte,
}
Variants§
Trait Implementations§
Source§impl Clone for FileChunkType
impl Clone for FileChunkType
Source§fn clone(&self) -> FileChunkType
fn clone(&self) -> FileChunkType
Returns a copy 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 FileChunkType
impl Debug for FileChunkType
Source§impl Ord for FileChunkType
impl Ord for FileChunkType
Source§fn cmp(&self, other: &FileChunkType) -> Ordering
fn cmp(&self, other: &FileChunkType) -> 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 FileChunkType
impl PartialEq for FileChunkType
Source§impl PartialOrd for FileChunkType
impl PartialOrd for FileChunkType
impl Copy for FileChunkType
impl Eq for FileChunkType
impl StructuralPartialEq for FileChunkType
Auto Trait Implementations§
impl Freeze for FileChunkType
impl RefUnwindSafe for FileChunkType
impl Send for FileChunkType
impl Sync for FileChunkType
impl Unpin for FileChunkType
impl UnwindSafe for FileChunkType
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