pub struct SetPublicAddress(/* private fields */);
Expand description
Set Public Address Command
Implementations§
Trait Implementations§
Source§impl AsMut<Address> for SetPublicAddress
impl AsMut<Address> for SetPublicAddress
Source§impl AsRef<Address> for SetPublicAddress
impl AsRef<Address> for SetPublicAddress
Source§impl CommandRequest for SetPublicAddress
impl CommandRequest for SetPublicAddress
Source§const CODE: CommandCode = CommandCode::SetPublicAddress
const CODE: CommandCode = CommandCode::SetPublicAddress
Command code.
Source§type Reply = SetPublicAddressReply
type Reply = SetPublicAddressReply
Return type for this command.
Source§impl Debug for SetPublicAddress
impl Debug for SetPublicAddress
Source§impl Deref for SetPublicAddress
impl Deref for SetPublicAddress
Source§impl DerefMut for SetPublicAddress
impl DerefMut for SetPublicAddress
Source§impl From<Address> for SetPublicAddress
impl From<Address> for SetPublicAddress
Source§impl From<SetPublicAddress> for Command
impl From<SetPublicAddress> for Command
Source§fn from(v: SetPublicAddress) -> Self
fn from(v: SetPublicAddress) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SetPublicAddress
impl RefUnwindSafe for SetPublicAddress
impl Send for SetPublicAddress
impl Sync for SetPublicAddress
impl Unpin for SetPublicAddress
impl UnwindSafe for SetPublicAddress
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