pub struct ParsedMessage {
    pub type: KickEventType,
    pub data: KickEventData,
}Expand description
Parsed message with event type and data
Fields§
§type: KickEventType§data: KickEventDataTrait Implementations§
Source§impl Clone for ParsedMessage
 
impl Clone for ParsedMessage
Source§fn clone(&self) -> ParsedMessage
 
fn clone(&self) -> ParsedMessage
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 moreAuto Trait Implementations§
impl Freeze for ParsedMessage
impl RefUnwindSafe for ParsedMessage
impl Send for ParsedMessage
impl Sync for ParsedMessage
impl Unpin for ParsedMessage
impl UnwindSafe for ParsedMessage
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