pub struct SubnetControlOutcome {
pub kind: SubnetFactKind,
pub applied: bool,
}Expand description
What applying one control fact did — the kind it decoded to, and
whether state changed (false = the designed replay/reorder
no-op).
Fields§
§kind: SubnetFactKindThe decoded fact kind.
applied: boolWhether any state changed.
Trait Implementations§
Source§impl Clone for SubnetControlOutcome
impl Clone for SubnetControlOutcome
Source§fn clone(&self) -> SubnetControlOutcome
fn clone(&self) -> SubnetControlOutcome
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 moreimpl Copy for SubnetControlOutcome
Source§impl Debug for SubnetControlOutcome
impl Debug for SubnetControlOutcome
impl Eq for SubnetControlOutcome
Source§impl From<SubnetControlOutcome> for SubnetControlOutcomeDto
impl From<SubnetControlOutcome> for SubnetControlOutcomeDto
Source§fn from(o: SubnetControlOutcome) -> Self
fn from(o: SubnetControlOutcome) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SubnetControlOutcome
impl PartialEq for SubnetControlOutcome
impl StructuralPartialEq for SubnetControlOutcome
Auto Trait Implementations§
impl Freeze for SubnetControlOutcome
impl RefUnwindSafe for SubnetControlOutcome
impl Send for SubnetControlOutcome
impl Sync for SubnetControlOutcome
impl Unpin for SubnetControlOutcome
impl UnsafeUnpin for SubnetControlOutcome
impl UnwindSafe for SubnetControlOutcome
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.