pub struct ExecutableFinding {
pub kind: ExecutableKind,
pub matched: String,
}Fields§
§kind: ExecutableKind§matched: StringTrait Implementations§
Source§impl Debug for ExecutableFinding
impl Debug for ExecutableFinding
Source§impl PartialEq for ExecutableFinding
impl PartialEq for ExecutableFinding
Source§fn eq(&self, other: &ExecutableFinding) -> bool
fn eq(&self, other: &ExecutableFinding) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ExecutableFinding
impl StructuralPartialEq for ExecutableFinding
Auto Trait Implementations§
impl Freeze for ExecutableFinding
impl RefUnwindSafe for ExecutableFinding
impl Send for ExecutableFinding
impl Sync for ExecutableFinding
impl Unpin for ExecutableFinding
impl UnsafeUnpin for ExecutableFinding
impl UnwindSafe for ExecutableFinding
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<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.