pub struct TaintSource {
pub source_type: TaintSourceType,
pub description: String,
pub location: SourceLocation,
}Fields§
§source_type: TaintSourceType§description: String§location: SourceLocationTrait Implementations§
Source§impl Clone for TaintSource
impl Clone for TaintSource
Source§fn clone(&self) -> TaintSource
fn clone(&self) -> TaintSource
Returns a duplicate of the value. Read more
1.0.0 · 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 TaintSource
impl Debug for TaintSource
Source§impl<'de> Deserialize<'de> for TaintSource
impl<'de> Deserialize<'de> for TaintSource
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 TaintSource
impl RefUnwindSafe for TaintSource
impl Send for TaintSource
impl Sync for TaintSource
impl Unpin for TaintSource
impl UnsafeUnpin for TaintSource
impl UnwindSafe for TaintSource
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