pub struct RedactionFailure {
pub item_id: String,
pub event_hash: String,
pub residual_locations: Vec<ResidualLocation>,
}Expand description
Details of one failed redaction check.
Fields§
§item_id: StringThe item ID whose redaction is incomplete.
event_hash: StringThe original event hash that was supposed to be redacted.
residual_locations: Vec<ResidualLocation>Where residual content was found.
Trait Implementations§
Source§impl Clone for RedactionFailure
impl Clone for RedactionFailure
Source§fn clone(&self) -> RedactionFailure
fn clone(&self) -> RedactionFailure
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 RedactionFailure
impl Debug for RedactionFailure
Source§impl PartialEq for RedactionFailure
impl PartialEq for RedactionFailure
Source§impl Serialize for RedactionFailure
impl Serialize for RedactionFailure
impl Eq for RedactionFailure
impl StructuralPartialEq for RedactionFailure
Auto Trait Implementations§
impl Freeze for RedactionFailure
impl RefUnwindSafe for RedactionFailure
impl Send for RedactionFailure
impl Sync for RedactionFailure
impl Unpin for RedactionFailure
impl UnsafeUnpin for RedactionFailure
impl UnwindSafe for RedactionFailure
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§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.