Enum phase_protocol_sdk::state::roadmap::RoadmapState
source · [−]pub enum RoadmapState {
Draft,
LockedForMint,
Resolution,
StagedForResolution,
Actioning,
Actioned,
Refunding,
Complete,
Canceled,
}Variants
Draft
LockedForMint
Resolution
StagedForResolution
Actioning
Actioned
Refunding
Complete
Canceled
Trait Implementations
sourceimpl BorshDeserialize for RoadmapState
impl BorshDeserialize for RoadmapState
sourcefn deserialize(buf: &mut &[u8]) -> Result<Self, Error>
fn deserialize(buf: &mut &[u8]) -> Result<Self, Error>
Deserializes this instance from a given slice of bytes.
Updates the buffer to point at the remaining bytes. Read more
fn try_from_slice(v: &[u8]) -> Result<Self, Error>
fn try_from_slice(v: &[u8]) -> Result<Self, Error>
Deserialize this instance from a slice of bytes.
sourceimpl BorshSerialize for RoadmapState
impl BorshSerialize for RoadmapState
sourceimpl Clone for RoadmapState
impl Clone for RoadmapState
sourcefn clone(&self) -> RoadmapState
fn clone(&self) -> RoadmapState
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for RoadmapState
impl Debug for RoadmapState
sourceimpl PartialEq<RoadmapState> for RoadmapState
impl PartialEq<RoadmapState> for RoadmapState
sourcefn eq(&self, other: &RoadmapState) -> bool
fn eq(&self, other: &RoadmapState) -> bool
impl StructuralPartialEq for RoadmapState
Auto Trait Implementations
impl RefUnwindSafe for RoadmapState
impl Send for RoadmapState
impl Sync for RoadmapState
impl Unpin for RoadmapState
impl UnwindSafe for RoadmapState
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more