pub struct TrackAttrs { /* private fields */ }Trait Implementations§
Source§impl Clone for TrackAttrs
impl Clone for TrackAttrs
Source§fn clone(&self) -> TrackAttrs
fn clone(&self) -> TrackAttrs
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 TrackAttrs
impl Debug for TrackAttrs
Source§impl Default for TrackAttrs
impl Default for TrackAttrs
Source§fn default() -> TrackAttrs
fn default() -> TrackAttrs
Returns the “default value” for a type. Read more
Source§impl PartialEq for TrackAttrs
impl PartialEq for TrackAttrs
impl StructuralPartialEq for TrackAttrs
Auto Trait Implementations§
impl Freeze for TrackAttrs
impl RefUnwindSafe for TrackAttrs
impl Send for TrackAttrs
impl Sync for TrackAttrs
impl Unpin for TrackAttrs
impl UnwindSafe for TrackAttrs
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