pub struct SsmlBreakAttributes {
pub strength: Option<String>,
pub time: Option<String>,
}Fields§
§strength: Option<String>§time: Option<String>Trait Implementations§
Source§impl Clone for SsmlBreakAttributes
impl Clone for SsmlBreakAttributes
Source§fn clone(&self) -> SsmlBreakAttributes
fn clone(&self) -> SsmlBreakAttributes
Returns a duplicate 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 moreSource§impl Debug for SsmlBreakAttributes
impl Debug for SsmlBreakAttributes
Source§impl Default for SsmlBreakAttributes
impl Default for SsmlBreakAttributes
Source§fn default() -> SsmlBreakAttributes
fn default() -> SsmlBreakAttributes
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SsmlBreakAttributes
impl RefUnwindSafe for SsmlBreakAttributes
impl Send for SsmlBreakAttributes
impl Sync for SsmlBreakAttributes
impl Unpin for SsmlBreakAttributes
impl UnwindSafe for SsmlBreakAttributes
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