pub struct StartLimitedDiscoveryReply(/* private fields */);
Expand description
Reply for StartLimitedDiscovery
Methods from Deref<Target = AddressTypes>§
pub fn iter(&self) -> impl Iterator<Item = &AddressType>
Trait Implementations§
Source§impl AsMut<AddressTypes> for StartLimitedDiscoveryReply
impl AsMut<AddressTypes> for StartLimitedDiscoveryReply
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 StartLimitedDiscoveryReply
impl AsRef<AddressTypes> for StartLimitedDiscoveryReply
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 Debug for StartLimitedDiscoveryReply
impl Debug for StartLimitedDiscoveryReply
Source§impl Deref for StartLimitedDiscoveryReply
impl Deref for StartLimitedDiscoveryReply
Source§impl From<AddressTypes> for StartLimitedDiscoveryReply
impl From<AddressTypes> for StartLimitedDiscoveryReply
Source§fn from(v: AddressTypes) -> Self
fn from(v: AddressTypes) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StartLimitedDiscoveryReply
impl RefUnwindSafe for StartLimitedDiscoveryReply
impl Send for StartLimitedDiscoveryReply
impl Sync for StartLimitedDiscoveryReply
impl Unpin for StartLimitedDiscoveryReply
impl UnwindSafe for StartLimitedDiscoveryReply
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