Struct disco_quick::track::TrackParser
source · pub struct TrackParser {
pub item_ready: bool,
/* private fields */
}Fields§
§item_ready: boolTrait Implementations§
source§impl Debug for TrackParser
impl Debug for TrackParser
source§impl Default for TrackParser
impl Default for TrackParser
source§fn default() -> TrackParser
fn default() -> TrackParser
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for TrackParser
impl Send for TrackParser
impl Sync for TrackParser
impl Unpin for TrackParser
impl UnwindSafe for TrackParser
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