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