pub struct SinkDef {
pub id: String,
pub pattern: String,
pub category: String,
}Expand description
Definition of a taint sink loaded from TOML.
Fields§
§id: String§pattern: String§category: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for SinkDef
impl<'de> Deserialize<'de> for SinkDef
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 SinkDef
impl RefUnwindSafe for SinkDef
impl Send for SinkDef
impl Sync for SinkDef
impl Unpin for SinkDef
impl UnsafeUnpin for SinkDef
impl UnwindSafe for SinkDef
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