pub struct AuthDisconnectEvent(pub Value);Expand description
Generated schema type AuthDisconnectEvent.
Tuple Fields§
§0: ValueTrait Implementations§
Source§impl Clone for AuthDisconnectEvent
impl Clone for AuthDisconnectEvent
Source§fn clone(&self) -> AuthDisconnectEvent
fn clone(&self) -> AuthDisconnectEvent
Returns a duplicate 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 AuthDisconnectEvent
impl Debug for AuthDisconnectEvent
Source§impl<'de> Deserialize<'de> for AuthDisconnectEvent
impl<'de> Deserialize<'de> for AuthDisconnectEvent
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 AuthDisconnectEvent
impl PartialEq for AuthDisconnectEvent
Source§impl Serialize for AuthDisconnectEvent
impl Serialize for AuthDisconnectEvent
impl StructuralPartialEq for AuthDisconnectEvent
Auto Trait Implementations§
impl Freeze for AuthDisconnectEvent
impl RefUnwindSafe for AuthDisconnectEvent
impl Send for AuthDisconnectEvent
impl Sync for AuthDisconnectEvent
impl Unpin for AuthDisconnectEvent
impl UnsafeUnpin for AuthDisconnectEvent
impl UnwindSafe for AuthDisconnectEvent
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