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