#[repr(u32)]pub enum Punctuation {
All = 0,
None = 1,
Some = 2,
Most = 3,
}Expand description
Variants§
All = 0
Speak all punctuation characters
None = 1
Speak none of the punctuation characters
Some = 2
Speak a smaller intermediate set of punctuation characters
Most = 3
Speak a larger intermediate set of punctuation characters
Trait Implementations§
Source§impl Clone for Punctuation
impl Clone for Punctuation
Source§fn clone(&self) -> Punctuation
fn clone(&self) -> Punctuation
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 Punctuation
Source§impl Debug for Punctuation
impl Debug for Punctuation
Source§impl Default for Punctuation
impl Default for Punctuation
Source§fn default() -> Punctuation
fn default() -> Punctuation
Returns the “default value” for a type. Read more
impl Eq for Punctuation
Source§impl Hash for Punctuation
impl Hash for Punctuation
Source§impl PartialEq for Punctuation
impl PartialEq for Punctuation
impl StructuralPartialEq for Punctuation
Auto Trait Implementations§
impl Freeze for Punctuation
impl RefUnwindSafe for Punctuation
impl Send for Punctuation
impl Sync for Punctuation
impl Unpin for Punctuation
impl UnsafeUnpin for Punctuation
impl UnwindSafe for Punctuation
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