pub enum StatusTrue {
Started,
Stopped,
}
Expand description
This is the status of the speech update.
Variants§
Trait Implementations§
Source§impl Clone for StatusTrue
impl Clone for StatusTrue
Source§fn clone(&self) -> StatusTrue
fn clone(&self) -> StatusTrue
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 StatusTrue
impl Debug for StatusTrue
Source§impl Default for StatusTrue
impl Default for StatusTrue
Source§fn default() -> StatusTrue
fn default() -> StatusTrue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StatusTrue
impl<'de> Deserialize<'de> for StatusTrue
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 StatusTrue
impl Hash for StatusTrue
Source§impl Ord for StatusTrue
impl Ord for StatusTrue
Source§fn cmp(&self, other: &StatusTrue) -> Ordering
fn cmp(&self, other: &StatusTrue) -> 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 StatusTrue
impl PartialEq for StatusTrue
Source§impl PartialOrd for StatusTrue
impl PartialOrd for StatusTrue
Source§impl Serialize for StatusTrue
impl Serialize for StatusTrue
impl Copy for StatusTrue
impl Eq for StatusTrue
impl StructuralPartialEq for StatusTrue
Auto Trait Implementations§
impl Freeze for StatusTrue
impl RefUnwindSafe for StatusTrue
impl Send for StatusTrue
impl Sync for StatusTrue
impl Unpin for StatusTrue
impl UnwindSafe for StatusTrue
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