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