pub struct MatcherMetadata {
pub field_to_match: String,
pub values: Vec<String>,
}Expand description
Metadata for a hook event matcher
Fields§
§field_to_match: String§values: Vec<String>Trait Implementations§
Source§impl Clone for MatcherMetadata
impl Clone for MatcherMetadata
Source§fn clone(&self) -> MatcherMetadata
fn clone(&self) -> MatcherMetadata
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 MatcherMetadata
impl RefUnwindSafe for MatcherMetadata
impl Send for MatcherMetadata
impl Sync for MatcherMetadata
impl Unpin for MatcherMetadata
impl UnsafeUnpin for MatcherMetadata
impl UnwindSafe for MatcherMetadata
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