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