pub struct WatchScanTarget {
pub identity: String,
pub username: String,
pub scope: SiteFilter,
}Expand description
Concrete scan work item derived from a watchlist.
Fields§
§identity: StringPrimary watched identity this scan contributes to.
username: StringUsername/alias to scan.
scope: SiteFilterRegistry scope for this scan.
Trait Implementations§
Source§impl Clone for WatchScanTarget
impl Clone for WatchScanTarget
Source§fn clone(&self) -> WatchScanTarget
fn clone(&self) -> WatchScanTarget
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WatchScanTarget
impl RefUnwindSafe for WatchScanTarget
impl Send for WatchScanTarget
impl Sync for WatchScanTarget
impl Unpin for WatchScanTarget
impl UnsafeUnpin for WatchScanTarget
impl UnwindSafe for WatchScanTarget
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