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