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