pub struct InterfaceTy {
pub account_type_path: TypePath,
}Fields§
§account_type_path: TypePathTrait Implementations§
Source§impl Debug for InterfaceTy
impl Debug for InterfaceTy
impl Eq for InterfaceTy
Source§impl PartialEq for InterfaceTy
impl PartialEq for InterfaceTy
Source§fn eq(&self, other: &InterfaceTy) -> bool
fn eq(&self, other: &InterfaceTy) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InterfaceTy
Auto Trait Implementations§
impl !Send for InterfaceTy
impl !Sync for InterfaceTy
impl Freeze for InterfaceTy
impl RefUnwindSafe for InterfaceTy
impl Unpin for InterfaceTy
impl UnsafeUnpin 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