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