pub struct Favicon {
pub ty: Mime,
pub sizes: Option<String>,
pub href: String,
}Expand description
Favicon extracted from a website
Fields§
§ty: MimeMime type for the favicon
sizes: Option<String>Size if known
href: StringURL of the favicon
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Favicon
impl RefUnwindSafe for Favicon
impl Send for Favicon
impl Sync for Favicon
impl Unpin for Favicon
impl UnwindSafe for Favicon
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