pub struct RobotsChecker { /* private fields */ }Expand description
Basic robots.txt parser — checks Disallow/Allow rules for a user-agent.
Implementations§
Trait Implementations§
Source§impl Clone for RobotsChecker
impl Clone for RobotsChecker
Source§fn clone(&self) -> RobotsChecker
fn clone(&self) -> RobotsChecker
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RobotsChecker
impl RefUnwindSafe for RobotsChecker
impl Send for RobotsChecker
impl Sync for RobotsChecker
impl Unpin for RobotsChecker
impl UnsafeUnpin 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