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