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