pub struct BatchFailedEvent {
pub id: Option<String>,
pub reason: Option<String>,
}Fields§
§id: Option<String>§reason: Option<String>Implementations§
Source§impl BatchFailedEvent
impl BatchFailedEvent
pub fn new() -> BatchFailedEvent
Trait Implementations§
Source§impl Clone for BatchFailedEvent
impl Clone for BatchFailedEvent
Source§fn clone(&self) -> BatchFailedEvent
fn clone(&self) -> BatchFailedEvent
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 BatchFailedEvent
impl Debug for BatchFailedEvent
Source§impl Default for BatchFailedEvent
impl Default for BatchFailedEvent
Source§fn default() -> BatchFailedEvent
fn default() -> BatchFailedEvent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BatchFailedEvent
impl<'de> Deserialize<'de> for BatchFailedEvent
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 BatchFailedEvent
impl PartialEq for BatchFailedEvent
Source§fn eq(&self, other: &BatchFailedEvent) -> bool
fn eq(&self, other: &BatchFailedEvent) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BatchFailedEvent
impl Serialize for BatchFailedEvent
impl StructuralPartialEq for BatchFailedEvent
Source§impl TryFrom<BatchFailedEvent> for BatchFailed
impl TryFrom<BatchFailedEvent> for BatchFailed
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for BatchFailedEvent
impl RefUnwindSafe for BatchFailedEvent
impl Send for BatchFailedEvent
impl Sync for BatchFailedEvent
impl Unpin for BatchFailedEvent
impl UnsafeUnpin for BatchFailedEvent
impl UnwindSafe for BatchFailedEvent
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