pub struct SsmlParser { /* private fields */ }
Expand description
SSML parser, contains options used during parsing to determine how to handle certain elements.
Implementations§
Trait Implementations§
Source§impl Clone for SsmlParser
impl Clone for SsmlParser
Source§fn clone(&self) -> SsmlParser
fn clone(&self) -> SsmlParser
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 moreAuto Trait Implementations§
impl Freeze for SsmlParser
impl RefUnwindSafe for SsmlParser
impl Send for SsmlParser
impl Sync for SsmlParser
impl Unpin for SsmlParser
impl UnwindSafe for SsmlParser
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