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 StructuralPartialEq for InterfaceTy
Auto Trait Implementations§
impl Freeze for InterfaceTy
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.