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 Freeze for TrackParser
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