pub struct ConnectionUpdateResponse {
pub connection: MessagingConnection,
}Fields§
§connection: MessagingConnectionTrait Implementations§
Source§impl Clone for ConnectionUpdateResponse
impl Clone for ConnectionUpdateResponse
Source§fn clone(&self) -> ConnectionUpdateResponse
fn clone(&self) -> ConnectionUpdateResponse
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 ConnectionUpdateResponse
impl Debug for ConnectionUpdateResponse
Source§impl<'de> Deserialize<'de> for ConnectionUpdateResponse
impl<'de> Deserialize<'de> for ConnectionUpdateResponse
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 for ConnectionUpdateResponse
impl PartialEq for ConnectionUpdateResponse
Source§impl Serialize for ConnectionUpdateResponse
impl Serialize for ConnectionUpdateResponse
impl StructuralPartialEq for ConnectionUpdateResponse
Auto Trait Implementations§
impl Freeze for ConnectionUpdateResponse
impl RefUnwindSafe for ConnectionUpdateResponse
impl Send for ConnectionUpdateResponse
impl Sync for ConnectionUpdateResponse
impl Unpin for ConnectionUpdateResponse
impl UnsafeUnpin for ConnectionUpdateResponse
impl UnwindSafe for ConnectionUpdateResponse
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