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