pub struct ConnectionsUpdated {
pub connections: Vec<Connection>,
}Fields§
§connections: Vec<Connection>Trait Implementations§
Source§impl Clone for ConnectionsUpdated
impl Clone for ConnectionsUpdated
Source§fn clone(&self) -> ConnectionsUpdated
fn clone(&self) -> ConnectionsUpdated
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ConnectionsUpdated
impl Debug for ConnectionsUpdated
Source§impl<'de> Deserialize<'de> for ConnectionsUpdated
impl<'de> Deserialize<'de> for ConnectionsUpdated
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
impl Eq for ConnectionsUpdated
Source§impl From<ConnectionsUpdated> for ConnectionsUpdated
impl From<ConnectionsUpdated> for ConnectionsUpdated
Source§fn from(value: ConnectionsUpdated) -> Self
fn from(value: ConnectionsUpdated) -> Self
Converts to this type from the input type.
Source§impl From<ConnectionsUpdated> for ConnectionsUpdated
impl From<ConnectionsUpdated> for ConnectionsUpdated
Source§fn from(value: ConnectionsUpdated) -> Self
fn from(value: ConnectionsUpdated) -> Self
Converts to this type from the input type.
Source§impl From<ConnectionsUpdated> for ConnectionsUpdated
impl From<ConnectionsUpdated> for ConnectionsUpdated
Source§fn from(value: ConnectionsUpdated) -> Self
fn from(value: ConnectionsUpdated) -> Self
Converts to this type from the input type.
Source§impl From<ConnectionsUpdated> for ConnectionsUpdated
impl From<ConnectionsUpdated> for ConnectionsUpdated
Source§fn from(value: ConnectionsUpdated) -> Self
fn from(value: ConnectionsUpdated) -> Self
Converts to this type from the input type.
Source§impl Hash for ConnectionsUpdated
impl Hash for ConnectionsUpdated
Source§impl PartialEq for ConnectionsUpdated
impl PartialEq for ConnectionsUpdated
Source§fn eq(&self, other: &ConnectionsUpdated) -> bool
fn eq(&self, other: &ConnectionsUpdated) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ConnectionsUpdated
impl Serialize for ConnectionsUpdated
impl StructuralPartialEq for ConnectionsUpdated
Auto Trait Implementations§
impl Freeze for ConnectionsUpdated
impl RefUnwindSafe for ConnectionsUpdated
impl Send for ConnectionsUpdated
impl Sync for ConnectionsUpdated
impl Unpin for ConnectionsUpdated
impl UnsafeUnpin for ConnectionsUpdated
impl UnwindSafe for ConnectionsUpdated
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