pub struct CrossSiteMatch {
pub domain: String,
pub node_match: NodeMatch,
}Expand description
A match from a cross-site query, including domain attribution.
Fields§
§domain: StringThe domain this match came from.
node_match: NodeMatchThe underlying node match.
Trait Implementations§
Source§impl Clone for CrossSiteMatch
impl Clone for CrossSiteMatch
Source§fn clone(&self) -> CrossSiteMatch
fn clone(&self) -> CrossSiteMatch
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 CrossSiteMatch
impl RefUnwindSafe for CrossSiteMatch
impl Send for CrossSiteMatch
impl Sync for CrossSiteMatch
impl Unpin for CrossSiteMatch
impl UnsafeUnpin for CrossSiteMatch
impl UnwindSafe for CrossSiteMatch
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