Struct solana_sdk::vote::instruction::CreateVoteAccountConfig
source · pub struct CreateVoteAccountConfig<'a> {
pub space: u64,
pub with_seed: Option<(&'a Pubkey, &'a str)>,
}
Fields§
§space: u64
§with_seed: Option<(&'a Pubkey, &'a str)>
Trait Implementations§
source§impl<'a> Default for CreateVoteAccountConfig<'a>
impl<'a> Default for CreateVoteAccountConfig<'a>
source§fn default() -> CreateVoteAccountConfig<'a>
fn default() -> CreateVoteAccountConfig<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> RefUnwindSafe for CreateVoteAccountConfig<'a>
impl<'a> Send for CreateVoteAccountConfig<'a>
impl<'a> Sync for CreateVoteAccountConfig<'a>
impl<'a> Unpin for CreateVoteAccountConfig<'a>
impl<'a> UnwindSafe for CreateVoteAccountConfig<'a>
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