pub enum EmailSubmissionProperty {
Id,
IdentityId,
EmailId,
ThreadId,
Envelope,
SendAt,
UndoStatus,
DeliveryStatus,
DsnBlobIds,
MdnBlobIds,
}Expand description
Property selector for crate::EmailSubmission /get and /set.
Variants§
Id
The id property (RFC 8621 §7).
IdentityId
The identityId property (RFC 8621 §7).
EmailId
The emailId property (RFC 8621 §7).
ThreadId
The threadId property (RFC 8621 §7).
Envelope
The envelope property (RFC 8621 §7).
SendAt
The sendAt property (RFC 8621 §7).
UndoStatus
The undoStatus property (RFC 8621 §7).
DeliveryStatus
The deliveryStatus property (RFC 8621 §7).
DsnBlobIds
The dsnBlobIds property (RFC 8621 §7).
MdnBlobIds
The mdnBlobIds property (RFC 8621 §7).
Trait Implementations§
Source§impl Clone for EmailSubmissionProperty
impl Clone for EmailSubmissionProperty
Source§fn clone(&self) -> EmailSubmissionProperty
fn clone(&self) -> EmailSubmissionProperty
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 EmailSubmissionProperty
impl Debug for EmailSubmissionProperty
impl Eq for EmailSubmissionProperty
Source§impl Hash for EmailSubmissionProperty
impl Hash for EmailSubmissionProperty
Source§impl PartialEq for EmailSubmissionProperty
impl PartialEq for EmailSubmissionProperty
Source§fn eq(&self, other: &EmailSubmissionProperty) -> bool
fn eq(&self, other: &EmailSubmissionProperty) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EmailSubmissionProperty
Auto Trait Implementations§
impl Freeze for EmailSubmissionProperty
impl RefUnwindSafe for EmailSubmissionProperty
impl Send for EmailSubmissionProperty
impl Sync for EmailSubmissionProperty
impl Unpin for EmailSubmissionProperty
impl UnsafeUnpin for EmailSubmissionProperty
impl UnwindSafe for EmailSubmissionProperty
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