Struct anchor_syn::ProgramAccountTy
source · [−]pub struct ProgramAccountTy {
pub account_type_path: TypePath,
}
Fields
account_type_path: TypePath
Trait Implementations
sourceimpl Debug for ProgramAccountTy
impl Debug for ProgramAccountTy
sourceimpl PartialEq<ProgramAccountTy> for ProgramAccountTy
impl PartialEq<ProgramAccountTy> for ProgramAccountTy
sourcefn eq(&self, other: &ProgramAccountTy) -> bool
fn eq(&self, other: &ProgramAccountTy) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ProgramAccountTy) -> bool
fn ne(&self, other: &ProgramAccountTy) -> bool
This method tests for !=
.
impl StructuralPartialEq for ProgramAccountTy
Auto Trait Implementations
impl RefUnwindSafe for ProgramAccountTy
impl !Send for ProgramAccountTy
impl !Sync for ProgramAccountTy
impl Unpin for ProgramAccountTy
impl UnwindSafe for ProgramAccountTy
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