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 · 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 WhenValueKind
impl Debug 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
impl Copy for WhenValueKind
impl Eq for WhenValueKind
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