pub struct ContextStateInfo<'a> {
pub context_state_account: &'a Pubkey,
pub context_state_authority: &'a Pubkey,
}
Expand description
Pubkeys associated with a context state account to be used as parameters to functions.
Fields§
§context_state_account: &'a Pubkey
Trait Implementations§
source§impl<'a> Clone for ContextStateInfo<'a>
impl<'a> Clone for ContextStateInfo<'a>
source§fn clone(&self) -> ContextStateInfo<'a>
fn clone(&self) -> ContextStateInfo<'a>
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<'a> Debug for ContextStateInfo<'a>
impl<'a> Debug for ContextStateInfo<'a>
source§impl<'a> PartialEq for ContextStateInfo<'a>
impl<'a> PartialEq for ContextStateInfo<'a>
source§fn eq(&self, other: &ContextStateInfo<'a>) -> bool
fn eq(&self, other: &ContextStateInfo<'a>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<'a> Copy for ContextStateInfo<'a>
impl<'a> StructuralPartialEq for ContextStateInfo<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for ContextStateInfo<'a>
impl<'a> Send for ContextStateInfo<'a>
impl<'a> Sync for ContextStateInfo<'a>
impl<'a> Unpin for ContextStateInfo<'a>
impl<'a> UnwindSafe for ContextStateInfo<'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