pub struct PathMatchResult {
pub label: String,
pub alert: bool,
pub on: String,
}Fields§
§label: String§alert: bool§on: StringTrait Implementations§
Source§impl Clone for PathMatchResult
impl Clone for PathMatchResult
Source§fn clone(&self) -> PathMatchResult
fn clone(&self) -> PathMatchResult
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 moreSource§impl Debug for PathMatchResult
impl Debug for PathMatchResult
Source§impl PartialEq for PathMatchResult
impl PartialEq for PathMatchResult
impl Eq for PathMatchResult
impl StructuralPartialEq for PathMatchResult
Auto Trait Implementations§
impl Freeze for PathMatchResult
impl RefUnwindSafe for PathMatchResult
impl Send for PathMatchResult
impl Sync for PathMatchResult
impl Unpin for PathMatchResult
impl UnsafeUnpin for PathMatchResult
impl UnwindSafe for PathMatchResult
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.