pub struct RemoveRemoteOutOfBandData { /* private fields */ }
Expand description
Remove Remote Out Of Band Data Command
Implementations§
Source§impl RemoveRemoteOutOfBandData
impl RemoveRemoteOutOfBandData
Sourcepub fn new(address: Address, address_type: AddressType) -> Self
pub fn new(address: Address, address_type: AddressType) -> Self
Constructs a new RemoveRemoteOutOfBandData
.
Trait Implementations§
Source§impl CommandRequest for RemoveRemoteOutOfBandData
impl CommandRequest for RemoveRemoteOutOfBandData
Source§const CODE: CommandCode = CommandCode::RemoveRemoteOutOfBandData
const CODE: CommandCode = CommandCode::RemoveRemoteOutOfBandData
Command code.
Source§type Reply = RemoveRemoteOutOfBandDataReply
type Reply = RemoveRemoteOutOfBandDataReply
Return type for this command.
Source§impl Debug for RemoveRemoteOutOfBandData
impl Debug for RemoveRemoteOutOfBandData
Source§impl From<RemoveRemoteOutOfBandData> for Command
impl From<RemoveRemoteOutOfBandData> for Command
Source§fn from(v: RemoveRemoteOutOfBandData) -> Self
fn from(v: RemoveRemoteOutOfBandData) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RemoveRemoteOutOfBandData
impl RefUnwindSafe for RemoveRemoteOutOfBandData
impl Send for RemoveRemoteOutOfBandData
impl Sync for RemoveRemoteOutOfBandData
impl Unpin for RemoveRemoteOutOfBandData
impl UnwindSafe for RemoveRemoteOutOfBandData
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