pub struct GetConnectionsReply(/* private fields */);
Expand description
Reply for GetConnections
Implementations§
Source§impl GetConnectionsReply
impl GetConnectionsReply
pub fn iter(&self) -> impl Iterator<Item = &(Address, AddressType)>
pub fn iter_mut(&mut self) -> impl Iterator<Item = &mut (Address, AddressType)>
Trait Implementations§
Source§impl Debug for GetConnectionsReply
impl Debug for GetConnectionsReply
Source§impl Extend<(Address, AddressType)> for GetConnectionsReply
impl Extend<(Address, AddressType)> for GetConnectionsReply
Source§fn extend<T789979AD04B840B9BCA2350BD2215CBC>(
&mut self,
iter: T789979AD04B840B9BCA2350BD2215CBC,
)
fn extend<T789979AD04B840B9BCA2350BD2215CBC>( &mut self, iter: T789979AD04B840B9BCA2350BD2215CBC, )
Extends a collection with the contents of an iterator. Read more
Source§fn extend_one(&mut self, item: A)
fn extend_one(&mut self, item: A)
🔬This is a nightly-only experimental API. (
extend_one
)Extends a collection with exactly one element.
Source§fn extend_reserve(&mut self, additional: usize)
fn extend_reserve(&mut self, additional: usize)
🔬This is a nightly-only experimental API. (
extend_one
)Reserves capacity in a collection for the given number of additional elements. Read more
Source§impl FromIterator<(Address, AddressType)> for GetConnectionsReply
impl FromIterator<(Address, AddressType)> for GetConnectionsReply
Source§impl IntoIterator for GetConnectionsReply
impl IntoIterator for GetConnectionsReply
Auto Trait Implementations§
impl Freeze for GetConnectionsReply
impl RefUnwindSafe for GetConnectionsReply
impl Send for GetConnectionsReply
impl Sync for GetConnectionsReply
impl Unpin for GetConnectionsReply
impl UnwindSafe for GetConnectionsReply
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