pub enum CapabilityMatchMode {
Strict,
Lenient,
}Variants§
Trait Implementations§
Source§impl Clone for CapabilityMatchMode
impl Clone for CapabilityMatchMode
Source§fn clone(&self) -> CapabilityMatchMode
fn clone(&self) -> CapabilityMatchMode
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 CapabilityMatchMode
Source§impl Debug for CapabilityMatchMode
impl Debug for CapabilityMatchMode
impl Eq for CapabilityMatchMode
Source§impl PartialEq for CapabilityMatchMode
impl PartialEq for CapabilityMatchMode
Source§fn eq(&self, other: &CapabilityMatchMode) -> bool
fn eq(&self, other: &CapabilityMatchMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CapabilityMatchMode
Auto Trait Implementations§
impl Freeze for CapabilityMatchMode
impl RefUnwindSafe for CapabilityMatchMode
impl Send for CapabilityMatchMode
impl Sync for CapabilityMatchMode
impl Unpin for CapabilityMatchMode
impl UnsafeUnpin for CapabilityMatchMode
impl UnwindSafe for CapabilityMatchMode
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