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