pub struct SkippedEntry {
pub subject_id: String,
pub reason: String,
}Expand description
A skipped entry in a batch report.
Fields§
§subject_id: String§reason: StringTrait Implementations§
Source§impl Clone for SkippedEntry
impl Clone for SkippedEntry
Source§fn clone(&self) -> SkippedEntry
fn clone(&self) -> SkippedEntry
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 SkippedEntry
impl Debug for SkippedEntry
Source§impl<'de> Deserialize<'de> for SkippedEntry
impl<'de> Deserialize<'de> for SkippedEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SkippedEntry
impl PartialEq for SkippedEntry
Source§impl Serialize for SkippedEntry
impl Serialize for SkippedEntry
impl Eq for SkippedEntry
impl StructuralPartialEq for SkippedEntry
Auto Trait Implementations§
impl Freeze for SkippedEntry
impl RefUnwindSafe for SkippedEntry
impl Send for SkippedEntry
impl Sync for SkippedEntry
impl Unpin for SkippedEntry
impl UnsafeUnpin for SkippedEntry
impl UnwindSafe for SkippedEntry
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