pub struct SetThresholdKeyPageOperation {
pub threshold: u64,
}Fields§
§threshold: u64Trait Implementations§
Source§impl Clone for SetThresholdKeyPageOperation
impl Clone for SetThresholdKeyPageOperation
Source§fn clone(&self) -> SetThresholdKeyPageOperation
fn clone(&self) -> SetThresholdKeyPageOperation
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 SetThresholdKeyPageOperation
impl Debug for SetThresholdKeyPageOperation
Source§impl<'de> Deserialize<'de> for SetThresholdKeyPageOperation
impl<'de> Deserialize<'de> for SetThresholdKeyPageOperation
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 PartialEq for SetThresholdKeyPageOperation
impl PartialEq for SetThresholdKeyPageOperation
Source§fn eq(&self, other: &SetThresholdKeyPageOperation) -> bool
fn eq(&self, other: &SetThresholdKeyPageOperation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetThresholdKeyPageOperation
Auto Trait Implementations§
impl Freeze for SetThresholdKeyPageOperation
impl RefUnwindSafe for SetThresholdKeyPageOperation
impl Send for SetThresholdKeyPageOperation
impl Sync for SetThresholdKeyPageOperation
impl Unpin for SetThresholdKeyPageOperation
impl UnsafeUnpin for SetThresholdKeyPageOperation
impl UnwindSafe for SetThresholdKeyPageOperation
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