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