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