Struct switchboard_solana::oracle_program::accounts::ecvrf::AccountMetaZC
source · #[repr(packed(1))]pub struct AccountMetaZC {
pub pubkey: Pubkey,
pub is_signer: bool,
pub is_writable: bool,
}
Fields§
§pubkey: Pubkey
§is_signer: bool
§is_writable: bool
Trait Implementations§
source§impl Clone for AccountMetaZC
impl Clone for AccountMetaZC
source§fn clone(&self) -> AccountMetaZC
fn clone(&self) -> AccountMetaZC
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 moreimpl Copy for AccountMetaZC
Auto Trait Implementations§
impl RefUnwindSafe for AccountMetaZC
impl Send for AccountMetaZC
impl Sync for AccountMetaZC
impl Unpin for AccountMetaZC
impl UnwindSafe for AccountMetaZC
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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