pub enum AttributionReportingReportResult {
Sent,
Prohibited,
FailedToAssemble,
Expired,
}Variants§
Trait Implementations§
Source§impl Clone for AttributionReportingReportResult
impl Clone for AttributionReportingReportResult
Source§fn clone(&self) -> AttributionReportingReportResult
fn clone(&self) -> AttributionReportingReportResult
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<'de> Deserialize<'de> for AttributionReportingReportResult
impl<'de> Deserialize<'de> for AttributionReportingReportResult
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 AttributionReportingReportResult
impl PartialEq for AttributionReportingReportResult
Source§fn eq(&self, other: &AttributionReportingReportResult) -> bool
fn eq(&self, other: &AttributionReportingReportResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AttributionReportingReportResult
Auto Trait Implementations§
impl Freeze for AttributionReportingReportResult
impl RefUnwindSafe for AttributionReportingReportResult
impl Send for AttributionReportingReportResult
impl Sync for AttributionReportingReportResult
impl Unpin for AttributionReportingReportResult
impl UnwindSafe for AttributionReportingReportResult
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