pub struct SsrfFinding {
pub finding_type: String,
pub severity: String,
pub source_url: String,
pub vulnerable_params: Vec<String>,
pub description: String,
}Available on crate feature
advanced-content-scanner only.Fields§
§finding_type: String§severity: String§source_url: String§vulnerable_params: Vec<String>§description: StringTrait Implementations§
Source§impl Clone for SsrfFinding
impl Clone for SsrfFinding
Source§fn clone(&self) -> SsrfFinding
fn clone(&self) -> SsrfFinding
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 SsrfFinding
impl Debug for SsrfFinding
Source§impl<'de> Deserialize<'de> for SsrfFinding
impl<'de> Deserialize<'de> for SsrfFinding
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 SsrfFinding
impl RefUnwindSafe for SsrfFinding
impl Send for SsrfFinding
impl Sync for SsrfFinding
impl Unpin for SsrfFinding
impl UnsafeUnpin for SsrfFinding
impl UnwindSafe for SsrfFinding
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