pub struct TargetMatcher { /* private fields */ }Implementations§
Source§impl TargetMatcher
impl TargetMatcher
Trait Implementations§
Source§impl Clone for TargetMatcher
impl Clone for TargetMatcher
Source§fn clone(&self) -> TargetMatcher
fn clone(&self) -> TargetMatcher
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 TargetMatcher
impl Debug for TargetMatcher
Source§impl PartialEq for TargetMatcher
impl PartialEq for TargetMatcher
Source§fn eq(&self, other: &TargetMatcher) -> bool
fn eq(&self, other: &TargetMatcher) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TargetMatcher
impl Eq for TargetMatcher
impl StructuralPartialEq for TargetMatcher
Auto Trait Implementations§
impl Freeze for TargetMatcher
impl RefUnwindSafe for TargetMatcher
impl Send for TargetMatcher
impl Sync for TargetMatcher
impl Unpin for TargetMatcher
impl UnsafeUnpin for TargetMatcher
impl UnwindSafe for TargetMatcher
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