pub struct RobotsInfo { /* private fields */ }Implementations§
Source§impl RobotsInfo
impl RobotsInfo
pub fn default_allow() -> Self
Auto Trait Implementations§
impl Freeze for RobotsInfo
impl RefUnwindSafe for RobotsInfo
impl Send for RobotsInfo
impl Sync for RobotsInfo
impl Unpin for RobotsInfo
impl UnsafeUnpin for RobotsInfo
impl UnwindSafe for RobotsInfo
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