#[non_exhaustive]pub struct PutPartnerEventsResultEntry { /* private fields */ }
Expand description
Represents an event that a partner tried to generate, but failed.
Implementations§
source§impl PutPartnerEventsResultEntry
impl PutPartnerEventsResultEntry
sourcepub fn builder() -> PutPartnerEventsResultEntryBuilder
pub fn builder() -> PutPartnerEventsResultEntryBuilder
Creates a new builder-style object to manufacture PutPartnerEventsResultEntry
.
Trait Implementations§
source§impl Clone for PutPartnerEventsResultEntry
impl Clone for PutPartnerEventsResultEntry
source§fn clone(&self) -> PutPartnerEventsResultEntry
fn clone(&self) -> PutPartnerEventsResultEntry
Returns a copy 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 PutPartnerEventsResultEntry
impl Debug for PutPartnerEventsResultEntry
source§impl PartialEq<PutPartnerEventsResultEntry> for PutPartnerEventsResultEntry
impl PartialEq<PutPartnerEventsResultEntry> for PutPartnerEventsResultEntry
source§fn eq(&self, other: &PutPartnerEventsResultEntry) -> bool
fn eq(&self, other: &PutPartnerEventsResultEntry) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PutPartnerEventsResultEntry
Auto Trait Implementations§
impl RefUnwindSafe for PutPartnerEventsResultEntry
impl Send for PutPartnerEventsResultEntry
impl Sync for PutPartnerEventsResultEntry
impl Unpin for PutPartnerEventsResultEntry
impl UnwindSafe for PutPartnerEventsResultEntry
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