pub enum CreateBatchRequestCompletionWindow {
_24h,
}
Expand description
The time frame within which the batch should be processed. Currently only 24h
is supported.
Variants§
_24h
24h
Trait Implementations§
Source§impl Clone for CreateBatchRequestCompletionWindow
impl Clone for CreateBatchRequestCompletionWindow
Source§fn clone(&self) -> CreateBatchRequestCompletionWindow
fn clone(&self) -> CreateBatchRequestCompletionWindow
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'de> Deserialize<'de> for CreateBatchRequestCompletionWindow
impl<'de> Deserialize<'de> for CreateBatchRequestCompletionWindow
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 CreateBatchRequestCompletionWindow
impl PartialEq for CreateBatchRequestCompletionWindow
Source§fn eq(&self, other: &CreateBatchRequestCompletionWindow) -> bool
fn eq(&self, other: &CreateBatchRequestCompletionWindow) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CreateBatchRequestCompletionWindow
impl StructuralPartialEq for CreateBatchRequestCompletionWindow
Auto Trait Implementations§
impl Freeze for CreateBatchRequestCompletionWindow
impl RefUnwindSafe for CreateBatchRequestCompletionWindow
impl Send for CreateBatchRequestCompletionWindow
impl Sync for CreateBatchRequestCompletionWindow
impl Unpin for CreateBatchRequestCompletionWindow
impl UnwindSafe for CreateBatchRequestCompletionWindow
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