pub enum KeyPageOperationType {
Unknown,
Update,
Remove,
Add,
SetThreshold,
UpdateAllowed,
SetRejectThreshold,
SetResponseThreshold,
}Variants§
Trait Implementations§
Source§impl Clone for KeyPageOperationType
impl Clone for KeyPageOperationType
Source§fn clone(&self) -> KeyPageOperationType
fn clone(&self) -> KeyPageOperationType
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 KeyPageOperationType
impl Debug for KeyPageOperationType
Source§impl<'de> Deserialize<'de> for KeyPageOperationType
impl<'de> Deserialize<'de> for KeyPageOperationType
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
Source§impl Hash for KeyPageOperationType
impl Hash for KeyPageOperationType
Source§impl PartialEq for KeyPageOperationType
impl PartialEq for KeyPageOperationType
Source§impl Serialize for KeyPageOperationType
impl Serialize for KeyPageOperationType
impl Eq for KeyPageOperationType
impl StructuralPartialEq for KeyPageOperationType
Auto Trait Implementations§
impl Freeze for KeyPageOperationType
impl RefUnwindSafe for KeyPageOperationType
impl Send for KeyPageOperationType
impl Sync for KeyPageOperationType
impl Unpin for KeyPageOperationType
impl UnsafeUnpin for KeyPageOperationType
impl UnwindSafe for KeyPageOperationType
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