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