pub struct SessionStartedArgs {
pub session: String,
}Fields§
§session: StringTrait Implementations§
Source§impl Clone for SessionStartedArgs
impl Clone for SessionStartedArgs
Source§fn clone(&self) -> SessionStartedArgs
fn clone(&self) -> SessionStartedArgs
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 SessionStartedArgs
impl Debug for SessionStartedArgs
Source§impl Default for SessionStartedArgs
impl Default for SessionStartedArgs
Source§fn default() -> SessionStartedArgs
fn default() -> SessionStartedArgs
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SessionStartedArgs
impl<'de> Deserialize<'de> for SessionStartedArgs
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 SessionStartedArgs
impl PartialEq for SessionStartedArgs
Source§impl Serialize for SessionStartedArgs
impl Serialize for SessionStartedArgs
impl StructuralPartialEq for SessionStartedArgs
Auto Trait Implementations§
impl Freeze for SessionStartedArgs
impl RefUnwindSafe for SessionStartedArgs
impl Send for SessionStartedArgs
impl Sync for SessionStartedArgs
impl Unpin for SessionStartedArgs
impl UnwindSafe for SessionStartedArgs
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