pub enum EscalationKind {
Grant,
Steer,
Block,
}Expand description
Which kind of escalation one record labels (the ledger’s grant/steer set plus blocks — a milestone block the operator lifted is a human judgement the ledger only counts, and the corpus names it).
Variants§
Trait Implementations§
Source§impl Clone for EscalationKind
impl Clone for EscalationKind
Source§fn clone(&self) -> EscalationKind
fn clone(&self) -> EscalationKind
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 EscalationKind
Source§impl Debug for EscalationKind
impl Debug for EscalationKind
Source§impl<'de> Deserialize<'de> for EscalationKind
impl<'de> Deserialize<'de> for EscalationKind
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
impl Eq for EscalationKind
Source§impl PartialEq for EscalationKind
impl PartialEq for EscalationKind
Source§impl Serialize for EscalationKind
impl Serialize for EscalationKind
impl StructuralPartialEq for EscalationKind
Auto Trait Implementations§
impl Freeze for EscalationKind
impl RefUnwindSafe for EscalationKind
impl Send for EscalationKind
impl Sync for EscalationKind
impl Unpin for EscalationKind
impl UnsafeUnpin for EscalationKind
impl UnwindSafe for EscalationKind
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