Struct anchor_syn::LoaderTy
source · [−]pub struct LoaderTy {
pub account_type_path: TypePath,
}
Fields
account_type_path: TypePath
Trait Implementations
impl StructuralPartialEq for LoaderTy
Auto Trait Implementations
impl RefUnwindSafe for LoaderTy
impl !Send for LoaderTy
impl !Sync for LoaderTy
impl Unpin for LoaderTy
impl UnwindSafe for LoaderTy
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