pub struct StopDiscoveryReply(/* private fields */);
Expand description
Reply for StopDiscovery
Methods from Deref<Target = AddressTypes>§
pub fn iter(&self) -> impl Iterator<Item = &AddressType>
Trait Implementations§
Source§impl AsMut<AddressTypes> for StopDiscoveryReply
impl AsMut<AddressTypes> for StopDiscoveryReply
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 StopDiscoveryReply
impl AsRef<AddressTypes> for StopDiscoveryReply
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 StopDiscoveryReply
impl Debug for StopDiscoveryReply
Source§impl Deref for StopDiscoveryReply
impl Deref for StopDiscoveryReply
Source§impl DerefMut for StopDiscoveryReply
impl DerefMut for StopDiscoveryReply
Source§impl From<AddressTypes> for StopDiscoveryReply
impl From<AddressTypes> for StopDiscoveryReply
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 StopDiscoveryReply
impl RefUnwindSafe for StopDiscoveryReply
impl Send for StopDiscoveryReply
impl Sync for StopDiscoveryReply
impl Unpin for StopDiscoveryReply
impl UnwindSafe for StopDiscoveryReply
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