pub enum WhenValueKind {
Bool,
Str,
}Variants§
Trait Implementations§
Source§impl Clone for WhenValueKind
impl Clone for WhenValueKind
Source§fn clone(&self) -> WhenValueKind
fn clone(&self) -> WhenValueKind
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 WhenValueKind
Source§impl Debug for WhenValueKind
impl Debug for WhenValueKind
impl Eq for WhenValueKind
Source§impl From<CapabilityValueKind> for WhenValueKind
impl From<CapabilityValueKind> for WhenValueKind
Source§fn from(value: CapabilityValueKind) -> Self
fn from(value: CapabilityValueKind) -> Self
Converts to this type from the input type.
Source§impl Hash for WhenValueKind
impl Hash for WhenValueKind
Source§impl PartialEq for WhenValueKind
impl PartialEq for WhenValueKind
Source§fn eq(&self, other: &WhenValueKind) -> bool
fn eq(&self, other: &WhenValueKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WhenValueKind
Auto Trait Implementations§
impl Freeze for WhenValueKind
impl RefUnwindSafe for WhenValueKind
impl Send for WhenValueKind
impl Sync for WhenValueKind
impl Unpin for WhenValueKind
impl UnsafeUnpin for WhenValueKind
impl UnwindSafe for WhenValueKind
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