pub struct PollDeleteEvent {
    pub poll_id: String,
    pub event_type: String,
}Expand description
Poll delete event
Fields§
§poll_id: String§event_type: StringTrait Implementations§
Source§impl Clone for PollDeleteEvent
 
impl Clone for PollDeleteEvent
Source§fn clone(&self) -> PollDeleteEvent
 
fn clone(&self) -> PollDeleteEvent
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 PollDeleteEvent
 
impl Debug for PollDeleteEvent
Source§impl<'de> Deserialize<'de> for PollDeleteEvent
 
impl<'de> Deserialize<'de> for PollDeleteEvent
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
Auto Trait Implementations§
impl Freeze for PollDeleteEvent
impl RefUnwindSafe for PollDeleteEvent
impl Send for PollDeleteEvent
impl Sync for PollDeleteEvent
impl Unpin for PollDeleteEvent
impl UnwindSafe for PollDeleteEvent
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