pub struct StartLimitedDiscovery(/* private fields */);
Expand description
Start Limited Discovery Command
Implementations§
Source§impl StartLimitedDiscovery
impl StartLimitedDiscovery
Sourcepub fn new(f0: AddressTypes) -> Self
pub fn new(f0: AddressTypes) -> Self
Constructs a new StartLimitedDiscovery
.
Methods from Deref<Target = AddressTypes>§
pub fn iter(&self) -> impl Iterator<Item = &AddressType>
Trait Implementations§
Source§impl AsMut<AddressTypes> for StartLimitedDiscovery
impl AsMut<AddressTypes> for StartLimitedDiscovery
Source§fn as_mut(&mut self) -> &mut AddressTypes
fn as_mut(&mut self) -> &mut AddressTypes
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<AddressTypes> for StartLimitedDiscovery
impl AsRef<AddressTypes> for StartLimitedDiscovery
Source§fn as_ref(&self) -> &AddressTypes
fn as_ref(&self) -> &AddressTypes
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl CommandRequest for StartLimitedDiscovery
impl CommandRequest for StartLimitedDiscovery
Source§const CODE: CommandCode = CommandCode::StartLimitedDiscovery
const CODE: CommandCode = CommandCode::StartLimitedDiscovery
Command code.
Source§type Reply = StartLimitedDiscoveryReply
type Reply = StartLimitedDiscoveryReply
Return type for this command.
Source§impl Debug for StartLimitedDiscovery
impl Debug for StartLimitedDiscovery
Source§impl Deref for StartLimitedDiscovery
impl Deref for StartLimitedDiscovery
Source§impl DerefMut for StartLimitedDiscovery
impl DerefMut for StartLimitedDiscovery
Source§impl From<AddressTypes> for StartLimitedDiscovery
impl From<AddressTypes> for StartLimitedDiscovery
Source§fn from(v: AddressTypes) -> Self
fn from(v: AddressTypes) -> Self
Converts to this type from the input type.
Source§impl From<StartLimitedDiscovery> for Command
impl From<StartLimitedDiscovery> for Command
Source§fn from(v: StartLimitedDiscovery) -> Self
fn from(v: StartLimitedDiscovery) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StartLimitedDiscovery
impl RefUnwindSafe for StartLimitedDiscovery
impl Send for StartLimitedDiscovery
impl Sync for StartLimitedDiscovery
impl Unpin for StartLimitedDiscovery
impl UnwindSafe for StartLimitedDiscovery
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