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