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