pub enum EventSelection {
Final,
Conversation,
}Variants§
Trait Implementations§
Source§impl Clone for EventSelection
impl Clone for EventSelection
Source§fn clone(&self) -> EventSelection
fn clone(&self) -> EventSelection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EventSelection
Source§impl Debug for EventSelection
impl Debug for EventSelection
Source§impl Default for EventSelection
impl Default for EventSelection
Source§fn default() -> EventSelection
fn default() -> EventSelection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EventSelection
impl<'de> Deserialize<'de> for EventSelection
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
impl Eq for EventSelection
Source§impl PartialEq for EventSelection
impl PartialEq for EventSelection
Source§impl Serialize for EventSelection
impl Serialize for EventSelection
impl StructuralPartialEq for EventSelection
Auto Trait Implementations§
impl Freeze for EventSelection
impl RefUnwindSafe for EventSelection
impl Send for EventSelection
impl Sync for EventSelection
impl Unpin for EventSelection
impl UnsafeUnpin for EventSelection
impl UnwindSafe for EventSelection
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