pub struct ExfiltrationIndicator {
pub indicator_type: String,
pub matched_text: String,
}Expand description
A single exfiltration signal found inside text.
Fields§
§indicator_type: String§matched_text: StringTrait Implementations§
Source§impl Clone for ExfiltrationIndicator
impl Clone for ExfiltrationIndicator
Source§fn clone(&self) -> ExfiltrationIndicator
fn clone(&self) -> ExfiltrationIndicator
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 moreAuto Trait Implementations§
impl Freeze for ExfiltrationIndicator
impl RefUnwindSafe for ExfiltrationIndicator
impl Send for ExfiltrationIndicator
impl Sync for ExfiltrationIndicator
impl Unpin for ExfiltrationIndicator
impl UnsafeUnpin for ExfiltrationIndicator
impl UnwindSafe for ExfiltrationIndicator
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