pub struct DomainFinding {
pub fingerprint: String,
pub path: String,
pub line: usize,
}Expand description
One banned-term hit. Carries the path-scoped waiver fingerprint, the repo-relative path, and the 1-based line of the match’s first token — NEVER the matched text (the text is the thing the boundary protects).
Fields§
§fingerprint: String§path: String§line: usizeTrait Implementations§
Source§impl Clone for DomainFinding
impl Clone for DomainFinding
Source§fn clone(&self) -> DomainFinding
fn clone(&self) -> DomainFinding
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 DomainFinding
impl Debug for DomainFinding
Source§impl<'de> Deserialize<'de> for DomainFinding
impl<'de> Deserialize<'de> for DomainFinding
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
impl Eq for DomainFinding
Source§impl PartialEq for DomainFinding
impl PartialEq for DomainFinding
Source§impl Serialize for DomainFinding
impl Serialize for DomainFinding
impl StructuralPartialEq for DomainFinding
Auto Trait Implementations§
impl Freeze for DomainFinding
impl RefUnwindSafe for DomainFinding
impl Send for DomainFinding
impl Sync for DomainFinding
impl Unpin for DomainFinding
impl UnsafeUnpin for DomainFinding
impl UnwindSafe for DomainFinding
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