Struct distant_net::manager::ConnectionInfo
source · pub struct ConnectionInfo {
pub id: ConnectionId,
pub destination: Destination,
pub options: Map,
}Expand description
Information about a specific connection
Fields§
§id: ConnectionIdConnection’s id
destination: DestinationDestination with which this connection is associated
options: MapAdditional options associated with this connection
Trait Implementations§
source§impl Clone for ConnectionInfo
impl Clone for ConnectionInfo
source§fn clone(&self) -> ConnectionInfo
fn clone(&self) -> ConnectionInfo
Returns a copy 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 Debug for ConnectionInfo
impl Debug for ConnectionInfo
source§impl<'de> Deserialize<'de> for ConnectionInfo
impl<'de> Deserialize<'de> for ConnectionInfo
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<ConnectionInfo> for ConnectionInfo
impl PartialEq<ConnectionInfo> for ConnectionInfo
source§fn eq(&self, other: &ConnectionInfo) -> bool
fn eq(&self, other: &ConnectionInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ConnectionInfo
impl Serialize for ConnectionInfo
impl Eq for ConnectionInfo
impl StructuralEq for ConnectionInfo
impl StructuralPartialEq for ConnectionInfo
Auto Trait Implementations§
impl RefUnwindSafe for ConnectionInfo
impl Send for ConnectionInfo
impl Sync for ConnectionInfo
impl Unpin for ConnectionInfo
impl UnwindSafe for ConnectionInfo
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