pub struct ConfirmNameReply { /* private fields */ }
Expand description
Reply for ConfirmName
Implementations§
Source§impl ConfirmNameReply
impl ConfirmNameReply
pub fn address(&self) -> &Address
pub fn address_type(&self) -> &AddressType
Trait Implementations§
Source§impl Debug for ConfirmNameReply
impl Debug for ConfirmNameReply
Auto Trait Implementations§
impl Freeze for ConfirmNameReply
impl RefUnwindSafe for ConfirmNameReply
impl Send for ConfirmNameReply
impl Sync for ConfirmNameReply
impl Unpin for ConfirmNameReply
impl UnwindSafe for ConfirmNameReply
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