pub struct AddUuid { /* private fields */ }
Expand description
Add UUID Command
Implementations§
Trait Implementations§
Source§impl CommandRequest for AddUuid
impl CommandRequest for AddUuid
Source§const CODE: CommandCode = CommandCode::AddUuid
const CODE: CommandCode = CommandCode::AddUuid
Command code.
Source§type Reply = AddUuidReply
type Reply = AddUuidReply
Return type for this command.
Auto Trait Implementations§
impl Freeze for AddUuid
impl RefUnwindSafe for AddUuid
impl Send for AddUuid
impl Sync for AddUuid
impl Unpin for AddUuid
impl UnwindSafe for AddUuid
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