pub enum ChecksumEnabled {
Yes,
No,
}
Variants§
Trait Implementations§
Source§impl Clone for ChecksumEnabled
impl Clone for ChecksumEnabled
Source§fn clone(&self) -> ChecksumEnabled
fn clone(&self) -> ChecksumEnabled
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 ChecksumEnabled
impl Debug for ChecksumEnabled
Source§impl From<ChecksumEnabled> for bool
impl From<ChecksumEnabled> for bool
Source§fn from(value: ChecksumEnabled) -> Self
fn from(value: ChecksumEnabled) -> Self
Converts to this type from the input type.
Source§impl From<bool> for ChecksumEnabled
impl From<bool> for ChecksumEnabled
Source§impl Ord for ChecksumEnabled
impl Ord for ChecksumEnabled
Source§fn cmp(&self, other: &ChecksumEnabled) -> Ordering
fn cmp(&self, other: &ChecksumEnabled) -> 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 ChecksumEnabled
impl PartialEq for ChecksumEnabled
Source§impl PartialOrd for ChecksumEnabled
impl PartialOrd for ChecksumEnabled
impl Copy for ChecksumEnabled
impl Eq for ChecksumEnabled
impl StructuralPartialEq for ChecksumEnabled
Auto Trait Implementations§
impl Freeze for ChecksumEnabled
impl RefUnwindSafe for ChecksumEnabled
impl Send for ChecksumEnabled
impl Sync for ChecksumEnabled
impl Unpin for ChecksumEnabled
impl UnwindSafe for ChecksumEnabled
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