pub enum StateProofType {
Existing = 0,
Updating = 1,
Creation = 2,
}Expand description
State proof type enumeration
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for StateProofType
impl Clone for StateProofType
Source§fn clone(&self) -> StateProofType
fn clone(&self) -> StateProofType
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 StateProofType
impl Debug for StateProofType
Source§impl PartialEq for StateProofType
impl PartialEq for StateProofType
impl Copy for StateProofType
impl Eq for StateProofType
impl StructuralPartialEq for StateProofType
Auto Trait Implementations§
impl Freeze for StateProofType
impl RefUnwindSafe for StateProofType
impl Send for StateProofType
impl Sync for StateProofType
impl Unpin for StateProofType
impl UnwindSafe for StateProofType
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