pub struct OperationConditionEntry {
pub key: String,
pub value: OperationCondition,
}Expand description
Operation-level condition entry.
Fields§
§key: StringCondition key.
value: OperationConditionCondition value.
Trait Implementations§
Source§impl CanonicalEncode for OperationConditionEntry
impl CanonicalEncode for OperationConditionEntry
Source§fn encode_canonical(&self, writer: &mut CanonicalWriter) -> Result<()>
fn encode_canonical(&self, writer: &mut CanonicalWriter) -> Result<()>
Encode this value into canonical bytes.
Source§impl Clone for OperationConditionEntry
impl Clone for OperationConditionEntry
Source§fn clone(&self) -> OperationConditionEntry
fn clone(&self) -> OperationConditionEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OperationConditionEntry
impl Debug for OperationConditionEntry
impl Eq for OperationConditionEntry
Source§impl Ord for OperationConditionEntry
impl Ord for OperationConditionEntry
Source§fn cmp(&self, other: &OperationConditionEntry) -> Ordering
fn cmp(&self, other: &OperationConditionEntry) -> Ordering
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 PartialEq for OperationConditionEntry
impl PartialEq for OperationConditionEntry
Source§fn eq(&self, other: &OperationConditionEntry) -> bool
fn eq(&self, other: &OperationConditionEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for OperationConditionEntry
impl PartialOrd for OperationConditionEntry
impl StructuralPartialEq for OperationConditionEntry
Auto Trait Implementations§
impl Freeze for OperationConditionEntry
impl RefUnwindSafe for OperationConditionEntry
impl Send for OperationConditionEntry
impl Sync for OperationConditionEntry
impl Unpin for OperationConditionEntry
impl UnsafeUnpin for OperationConditionEntry
impl UnwindSafe for OperationConditionEntry
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