pub struct SetLocalName { /* private fields */ }
Expand description
Set Local Name Command
Implementations§
Trait Implementations§
Source§impl CommandRequest for SetLocalName
impl CommandRequest for SetLocalName
Source§const CODE: CommandCode = CommandCode::SetLocalName
const CODE: CommandCode = CommandCode::SetLocalName
Command code.
Source§type Reply = SetLocalNameReply
type Reply = SetLocalNameReply
Return type for this command.
Source§impl Debug for SetLocalName
impl Debug for SetLocalName
Source§impl From<SetLocalName> for Command
impl From<SetLocalName> for Command
Source§fn from(v: SetLocalName) -> Self
fn from(v: SetLocalName) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SetLocalName
impl RefUnwindSafe for SetLocalName
impl Send for SetLocalName
impl Sync for SetLocalName
impl Unpin for SetLocalName
impl UnwindSafe for SetLocalName
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