Enum ssip_client_async::types::PunctuationMode
source · pub enum PunctuationMode {
None,
Some,
Most,
All,
}Expand description
Punctuation mode.
Variants§
Trait Implementations§
source§impl Clone for PunctuationMode
impl Clone for PunctuationMode
source§fn clone(&self) -> PunctuationMode
fn clone(&self) -> PunctuationMode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more