Struct solana_program::stake::instruction::AuthorizeWithSeedArgs
source · pub struct AuthorizeWithSeedArgs {
pub new_authorized_pubkey: Pubkey,
pub stake_authorize: StakeAuthorize,
pub authority_seed: String,
pub authority_owner: Pubkey,
}
Fields§
Trait Implementations§
source§impl Clone for AuthorizeWithSeedArgs
impl Clone for AuthorizeWithSeedArgs
source§fn clone(&self) -> AuthorizeWithSeedArgs
fn clone(&self) -> AuthorizeWithSeedArgs
Returns a copy 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 AuthorizeWithSeedArgs
impl Debug for AuthorizeWithSeedArgs
source§impl<'de> Deserialize<'de> for AuthorizeWithSeedArgs
impl<'de> Deserialize<'de> for AuthorizeWithSeedArgs
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
source§impl PartialEq<AuthorizeWithSeedArgs> for AuthorizeWithSeedArgs
impl PartialEq<AuthorizeWithSeedArgs> for AuthorizeWithSeedArgs
source§fn eq(&self, other: &AuthorizeWithSeedArgs) -> bool
fn eq(&self, other: &AuthorizeWithSeedArgs) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.