pub struct LongestMatchRobotsMatchStrategy;Expand description
Implements the default robots.txt matching strategy. The maximum number of characters matched by a pattern is returned as its match priority.
Trait Implementations§
Source§impl Default for LongestMatchRobotsMatchStrategy
impl Default for LongestMatchRobotsMatchStrategy
Source§fn default() -> LongestMatchRobotsMatchStrategy
fn default() -> LongestMatchRobotsMatchStrategy
Returns the “default value” for a type. Read more
Source§impl RobotsMatchStrategy for LongestMatchRobotsMatchStrategy
impl RobotsMatchStrategy for LongestMatchRobotsMatchStrategy
Auto Trait Implementations§
impl Freeze for LongestMatchRobotsMatchStrategy
impl RefUnwindSafe for LongestMatchRobotsMatchStrategy
impl Send for LongestMatchRobotsMatchStrategy
impl Sync for LongestMatchRobotsMatchStrategy
impl Unpin for LongestMatchRobotsMatchStrategy
impl UnwindSafe for LongestMatchRobotsMatchStrategy
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