pub struct KeyOpsSet { /* private fields */ }Expand description
A set of key operations
Implementations§
Trait Implementations§
impl Copy for KeyOpsSet
Source§impl<'de> Deserialize<'de> for KeyOpsSet
impl<'de> Deserialize<'de> for KeyOpsSet
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
impl Eq for KeyOpsSet
Source§impl IntoIterator for &KeyOpsSet
impl IntoIterator for &KeyOpsSet
Source§impl Ord for KeyOpsSet
impl Ord for KeyOpsSet
1.21.0 (const: unstable) · 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 PartialOrd for KeyOpsSet
impl PartialOrd for KeyOpsSet
impl StructuralPartialEq for KeyOpsSet
Auto Trait Implementations§
impl Freeze for KeyOpsSet
impl RefUnwindSafe for KeyOpsSet
impl Send for KeyOpsSet
impl Sync for KeyOpsSet
impl Unpin for KeyOpsSet
impl UnsafeUnpin for KeyOpsSet
impl UnwindSafe for KeyOpsSet
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