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