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