pub struct HelloEvent {
pub connection_info: Option<ConnectionInfo>,
pub num_connections: Option<i32>,
pub debug_info: Option<DebugInfo>,
}Fields§
§connection_info: Option<ConnectionInfo>§num_connections: Option<i32>§debug_info: Option<DebugInfo>Trait Implementations§
Source§impl Debug for HelloEvent
impl Debug for HelloEvent
Source§impl<'de> Deserialize<'de> for HelloEvent
impl<'de> Deserialize<'de> for HelloEvent
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 HelloEvent
impl PartialEq for HelloEvent
Source§impl Serialize for HelloEvent
impl Serialize for HelloEvent
impl StructuralPartialEq for HelloEvent
Auto Trait Implementations§
impl Freeze for HelloEvent
impl RefUnwindSafe for HelloEvent
impl Send for HelloEvent
impl Sync for HelloEvent
impl Unpin for HelloEvent
impl UnwindSafe for HelloEvent
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