pub struct QuarantineRow {
pub channel: String,
pub closure_hash: String,
pub quarantined_at: DateTime<Utc>,
pub triggering_event_log_seq: Option<i64>,
}Fields§
§channel: String§closure_hash: String§quarantined_at: DateTime<Utc>§triggering_event_log_seq: Option<i64>Trait Implementations§
Source§impl Clone for QuarantineRow
impl Clone for QuarantineRow
Source§fn clone(&self) -> QuarantineRow
fn clone(&self) -> QuarantineRow
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 QuarantineRow
impl Debug for QuarantineRow
Source§impl PartialEq for QuarantineRow
impl PartialEq for QuarantineRow
impl Eq for QuarantineRow
impl StructuralPartialEq for QuarantineRow
Auto Trait Implementations§
impl Freeze for QuarantineRow
impl RefUnwindSafe for QuarantineRow
impl Send for QuarantineRow
impl Sync for QuarantineRow
impl Unpin for QuarantineRow
impl UnwindSafe for QuarantineRow
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more