pub enum ZeroPageDetection {
none,
legacy,
multifd,
}
Variants§
Trait Implementations§
Source§impl Clone for ZeroPageDetection
impl Clone for ZeroPageDetection
Source§fn clone(&self) -> ZeroPageDetection
fn clone(&self) -> ZeroPageDetection
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 ZeroPageDetection
impl Debug for ZeroPageDetection
Source§impl<'de> Deserialize<'de> for ZeroPageDetection
impl<'de> Deserialize<'de> for ZeroPageDetection
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Enum for ZeroPageDetection
impl Enum for ZeroPageDetection
Source§impl FromStr for ZeroPageDetection
impl FromStr for ZeroPageDetection
Source§impl Hash for ZeroPageDetection
impl Hash for ZeroPageDetection
Source§impl Ord for ZeroPageDetection
impl Ord for ZeroPageDetection
Source§fn cmp(&self, other: &ZeroPageDetection) -> Ordering
fn cmp(&self, other: &ZeroPageDetection) -> 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 ZeroPageDetection
impl PartialEq for ZeroPageDetection
Source§impl PartialOrd for ZeroPageDetection
impl PartialOrd for ZeroPageDetection
Source§impl Serialize for ZeroPageDetection
impl Serialize for ZeroPageDetection
impl Copy for ZeroPageDetection
impl Eq for ZeroPageDetection
impl StructuralPartialEq for ZeroPageDetection
Auto Trait Implementations§
impl Freeze for ZeroPageDetection
impl RefUnwindSafe for ZeroPageDetection
impl Send for ZeroPageDetection
impl Sync for ZeroPageDetection
impl Unpin for ZeroPageDetection
impl UnwindSafe for ZeroPageDetection
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