Struct anchor_syn::ProgramStateTy
source · [−]pub struct ProgramStateTy {
pub account_type_path: TypePath,
}
Fields
account_type_path: TypePath
Trait Implementations
sourceimpl Debug for ProgramStateTy
impl Debug for ProgramStateTy
sourceimpl PartialEq<ProgramStateTy> for ProgramStateTy
impl PartialEq<ProgramStateTy> for ProgramStateTy
sourcefn eq(&self, other: &ProgramStateTy) -> bool
fn eq(&self, other: &ProgramStateTy) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ProgramStateTy) -> bool
fn ne(&self, other: &ProgramStateTy) -> bool
This method tests for !=
.
impl StructuralPartialEq for ProgramStateTy
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more