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