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