pub struct RobotsChecker { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for RobotsChecker
impl !RefUnwindSafe for RobotsChecker
impl Send for RobotsChecker
impl Sync for RobotsChecker
impl Unpin for RobotsChecker
impl !UnwindSafe for RobotsChecker
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