pub struct RobotFileHotspotsOutput {
pub envelope: RobotEnvelope,
pub hotspots: Vec<FileHotspot>,
pub stats: FileIndexStats,
}Fields§
§envelope: RobotEnvelope§hotspots: Vec<FileHotspot>§stats: FileIndexStatsTrait Implementations§
Source§impl Debug for RobotFileHotspotsOutput
impl Debug for RobotFileHotspotsOutput
Auto Trait Implementations§
impl Freeze for RobotFileHotspotsOutput
impl RefUnwindSafe for RobotFileHotspotsOutput
impl Send for RobotFileHotspotsOutput
impl Sync for RobotFileHotspotsOutput
impl Unpin for RobotFileHotspotsOutput
impl UnsafeUnpin for RobotFileHotspotsOutput
impl UnwindSafe for RobotFileHotspotsOutput
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