pub enum DerivationMethod {
Restriction,
Extension,
}Expand description
Derivation method
Variants§
Trait Implementations§
Source§impl Clone for DerivationMethod
impl Clone for DerivationMethod
Source§fn clone(&self) -> DerivationMethod
fn clone(&self) -> DerivationMethod
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DerivationMethod
Source§impl Debug for DerivationMethod
impl Debug for DerivationMethod
impl Eq for DerivationMethod
Source§impl PartialEq for DerivationMethod
impl PartialEq for DerivationMethod
Source§fn eq(&self, other: &DerivationMethod) -> bool
fn eq(&self, other: &DerivationMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DerivationMethod
Auto Trait Implementations§
impl Freeze for DerivationMethod
impl RefUnwindSafe for DerivationMethod
impl Send for DerivationMethod
impl Sync for DerivationMethod
impl Unpin for DerivationMethod
impl UnsafeUnpin for DerivationMethod
impl UnwindSafe for DerivationMethod
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