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