pub struct SsmlParserBuilder { /* private fields */ }
Expand description
Builder for SsmlParser
.
Implementations§
Source§impl SsmlParserBuilder
impl SsmlParserBuilder
Sourcepub fn expand_sub(&mut self, value: bool) -> &mut Self
pub fn expand_sub(&mut self, value: bool) -> &mut Self
If true expand substitution elements replacing them with the text to substitute in the attribute.
Sourcepub fn build(&self) -> Result<SsmlParser, SsmlParserBuilderError>
pub fn build(&self) -> Result<SsmlParser, SsmlParserBuilderError>
Trait Implementations§
Source§impl Clone for SsmlParserBuilder
impl Clone for SsmlParserBuilder
Source§fn clone(&self) -> SsmlParserBuilder
fn clone(&self) -> SsmlParserBuilder
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 SsmlParserBuilder
impl RefUnwindSafe for SsmlParserBuilder
impl Send for SsmlParserBuilder
impl Sync for SsmlParserBuilder
impl Unpin for SsmlParserBuilder
impl UnwindSafe for SsmlParserBuilder
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