pub struct OtherAddress { /* private fields */ }Expand description
Other connection address.
Implementations§
Trait Implementations§
Source§impl Clone for OtherAddress
impl Clone for OtherAddress
Source§fn clone(&self) -> OtherAddress
fn clone(&self) -> OtherAddress
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Display for OtherAddress
impl Display for OtherAddress
Source§impl From<OtherAddress> for ConnectionAddress
impl From<OtherAddress> for ConnectionAddress
Source§fn from(addr: OtherAddress) -> Self
fn from(addr: OtherAddress) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for OtherAddress
impl RefUnwindSafe for OtherAddress
impl Send for OtherAddress
impl Sync for OtherAddress
impl Unpin for OtherAddress
impl UnwindSafe for OtherAddress
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