Struct anchor_syn::ProgramStateTy [−][src]
pub struct ProgramStateTy {
pub account_ident: Ident,
}Fields
account_ident: IdentTrait Implementations
impl Debug for ProgramStateTy[src]
impl Debug for ProgramStateTy[src]impl PartialEq<ProgramStateTy> for ProgramStateTy[src]
impl PartialEq<ProgramStateTy> for ProgramStateTy[src]fn eq(&self, other: &ProgramStateTy) -> bool[src]
fn eq(&self, other: &ProgramStateTy) -> bool[src]This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &ProgramStateTy) -> bool[src]
fn ne(&self, other: &ProgramStateTy) -> bool[src]This method tests for !=.
impl StructuralPartialEq for ProgramStateTy[src]
Auto Trait Implementations
impl RefUnwindSafe for ProgramStateTy
impl !Send for ProgramStateTy
impl !Sync for ProgramStateTy
impl Unpin for ProgramStateTy
impl UnwindSafe for ProgramStateTy
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self