pub struct AuthorParser {
pub domain: Option<String>,
}
Fields§
§domain: Option<String>
Implementations§
Auto Trait Implementations§
impl Freeze for AuthorParser
impl RefUnwindSafe for AuthorParser
impl Send for AuthorParser
impl Sync for AuthorParser
impl Unpin for AuthorParser
impl UnwindSafe for AuthorParser
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