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