Struct anchor_syn::InterfaceTy
source · pub struct InterfaceTy {
pub account_type_path: TypePath,
}
Fields§
§account_type_path: TypePath
Trait Implementations§
source§impl Debug for InterfaceTy
impl Debug for InterfaceTy
source§impl PartialEq for InterfaceTy
impl PartialEq for InterfaceTy
source§fn eq(&self, other: &InterfaceTy) -> bool
fn eq(&self, other: &InterfaceTy) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for InterfaceTy
impl StructuralEq for InterfaceTy
impl StructuralPartialEq for InterfaceTy
Auto Trait Implementations§
impl RefUnwindSafe for InterfaceTy
impl !Send for InterfaceTy
impl !Sync for InterfaceTy
impl Unpin for InterfaceTy
impl UnwindSafe for InterfaceTy
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more