pub enum ControlTrue {
MuteAssistant,
UnmuteAssistant,
SayFirstMessage,
}
Expand description
This is the control action
Variants§
Trait Implementations§
Source§impl Clone for ControlTrue
impl Clone for ControlTrue
Source§fn clone(&self) -> ControlTrue
fn clone(&self) -> ControlTrue
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ControlTrue
impl Debug for ControlTrue
Source§impl Default for ControlTrue
impl Default for ControlTrue
Source§fn default() -> ControlTrue
fn default() -> ControlTrue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ControlTrue
impl<'de> Deserialize<'de> for ControlTrue
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 Hash for ControlTrue
impl Hash for ControlTrue
Source§impl Ord for ControlTrue
impl Ord for ControlTrue
Source§fn cmp(&self, other: &ControlTrue) -> Ordering
fn cmp(&self, other: &ControlTrue) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ControlTrue
impl PartialEq for ControlTrue
Source§impl PartialOrd for ControlTrue
impl PartialOrd for ControlTrue
Source§impl Serialize for ControlTrue
impl Serialize for ControlTrue
impl Copy for ControlTrue
impl Eq for ControlTrue
impl StructuralPartialEq for ControlTrue
Auto Trait Implementations§
impl Freeze for ControlTrue
impl RefUnwindSafe for ControlTrue
impl Send for ControlTrue
impl Sync for ControlTrue
impl Unpin for ControlTrue
impl UnwindSafe for ControlTrue
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