pub enum ChatClarity {
Clear,
Partial,
Heavy,
}Expand description
How clearly this recipient heard the line (server-authored text already matches).
Variants§
Trait Implementations§
Source§impl Clone for ChatClarity
impl Clone for ChatClarity
Source§fn clone(&self) -> ChatClarity
fn clone(&self) -> ChatClarity
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 ChatClarity
Source§impl Debug for ChatClarity
impl Debug for ChatClarity
Source§impl Default for ChatClarity
impl Default for ChatClarity
Source§fn default() -> ChatClarity
fn default() -> ChatClarity
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ChatClarity
impl<'de> Deserialize<'de> for ChatClarity
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 ChatClarity
Source§impl PartialEq for ChatClarity
impl PartialEq for ChatClarity
Source§impl Serialize for ChatClarity
impl Serialize for ChatClarity
impl StructuralPartialEq for ChatClarity
Auto Trait Implementations§
impl Freeze for ChatClarity
impl RefUnwindSafe for ChatClarity
impl Send for ChatClarity
impl Sync for ChatClarity
impl Unpin for ChatClarity
impl UnsafeUnpin for ChatClarity
impl UnwindSafe for ChatClarity
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