pub enum TransitionKind {
Cosigned,
HashLockedCosigned,
HashLockedCosigned_v0,
Arkoor,
}Expand description
Represents the kind of [GenesisTransition]
Variants§
Implementations§
Trait Implementations§
Source§impl Debug for TransitionKind
impl Debug for TransitionKind
Auto Trait Implementations§
impl Freeze for TransitionKind
impl RefUnwindSafe for TransitionKind
impl Send for TransitionKind
impl Sync for TransitionKind
impl Unpin for TransitionKind
impl UnsafeUnpin for TransitionKind
impl UnwindSafe for TransitionKind
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