Struct phase_protocol_sdk::state::roadmap::RoadmapConfig
source · [−]pub struct RoadmapConfig {
pub usdc_team_withdrawl_account: Pubkey,
pub sol_team_withdrawal_account: Pubkey,
pub minting_account_plugin_program_address: Option<Pubkey>,
pub dev_authority: Pubkey,
}Fields
usdc_team_withdrawl_account: Pubkeysol_team_withdrawal_account: Pubkeyminting_account_plugin_program_address: Option<Pubkey>Trait Implementations
sourceimpl BorshDeserialize for RoadmapConfigwhere
Pubkey: BorshDeserialize,
Pubkey: BorshDeserialize,
Option<Pubkey>: BorshDeserialize,
Pubkey: BorshDeserialize,
impl BorshDeserialize for RoadmapConfigwhere
Pubkey: BorshDeserialize,
Pubkey: BorshDeserialize,
Option<Pubkey>: BorshDeserialize,
Pubkey: BorshDeserialize,
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 RoadmapConfigwhere
Pubkey: BorshSerialize,
Pubkey: BorshSerialize,
Option<Pubkey>: BorshSerialize,
Pubkey: BorshSerialize,
impl BorshSerialize for RoadmapConfigwhere
Pubkey: BorshSerialize,
Pubkey: BorshSerialize,
Option<Pubkey>: BorshSerialize,
Pubkey: BorshSerialize,
sourceimpl Clone for RoadmapConfig
impl Clone for RoadmapConfig
sourcefn clone(&self) -> RoadmapConfig
fn clone(&self) -> RoadmapConfig
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 RoadmapConfig
impl Debug for RoadmapConfig
sourceimpl PartialEq<RoadmapConfig> for RoadmapConfig
impl PartialEq<RoadmapConfig> for RoadmapConfig
sourcefn eq(&self, other: &RoadmapConfig) -> bool
fn eq(&self, other: &RoadmapConfig) -> bool
impl StructuralPartialEq for RoadmapConfig
Auto Trait Implementations
impl RefUnwindSafe for RoadmapConfig
impl Send for RoadmapConfig
impl Sync for RoadmapConfig
impl Unpin for RoadmapConfig
impl UnwindSafe for RoadmapConfig
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