pub struct TakeoverResult {
pub domain: String,
pub statistics: ScanStatistics,
pub vulnerable: Vec<TakeoverVulnerability>,
}Available on crate feature
subdomain-takeover-mobile only.Fields§
§domain: String§statistics: ScanStatistics§vulnerable: Vec<TakeoverVulnerability>Trait Implementations§
Source§impl Clone for TakeoverResult
impl Clone for TakeoverResult
Source§fn clone(&self) -> TakeoverResult
fn clone(&self) -> TakeoverResult
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 moreSource§impl Debug for TakeoverResult
impl Debug for TakeoverResult
Source§impl<'de> Deserialize<'de> for TakeoverResult
impl<'de> Deserialize<'de> for TakeoverResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for TakeoverResult
impl RefUnwindSafe for TakeoverResult
impl Send for TakeoverResult
impl Sync for TakeoverResult
impl Unpin for TakeoverResult
impl UnsafeUnpin for TakeoverResult
impl UnwindSafe for TakeoverResult
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