pub struct ServerConnectionData { /* private fields */ }
Expand description
State associated with a server connection.
Trait Implementations§
Source§impl Debug for ServerConnectionData
impl Debug for ServerConnectionData
Source§impl Default for ServerConnectionData
impl Default for ServerConnectionData
Source§fn default() -> ServerConnectionData
fn default() -> ServerConnectionData
Returns the “default value” for a type. Read more
impl SideData for ServerConnectionData
Auto Trait Implementations§
impl Freeze for ServerConnectionData
impl RefUnwindSafe for ServerConnectionData
impl Send for ServerConnectionData
impl Sync for ServerConnectionData
impl Unpin for ServerConnectionData
impl UnwindSafe for ServerConnectionData
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 136 bytes