pub struct BannerGrabber;Expand description
Banner grabber
Implementations§
Source§impl BannerGrabber
impl BannerGrabber
Grab banner from service
Grab banner with HTTP probe
Auto Trait Implementations§
impl Freeze for BannerGrabber
impl RefUnwindSafe for BannerGrabber
impl Send for BannerGrabber
impl Sync for BannerGrabber
impl Unpin for BannerGrabber
impl UnwindSafe for BannerGrabber
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