pub enum BatchCompletionWindow {
W24H,
}
Variants§
W24H
Trait Implementations§
Source§impl Clone for BatchCompletionWindow
impl Clone for BatchCompletionWindow
Source§fn clone(&self) -> BatchCompletionWindow
fn clone(&self) -> BatchCompletionWindow
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 BatchCompletionWindow
impl Debug for BatchCompletionWindow
Source§impl Default for BatchCompletionWindow
impl Default for BatchCompletionWindow
Source§fn default() -> BatchCompletionWindow
fn default() -> BatchCompletionWindow
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BatchCompletionWindow
impl<'de> Deserialize<'de> for BatchCompletionWindow
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 BatchCompletionWindow
impl PartialEq for BatchCompletionWindow
Source§impl Serialize for BatchCompletionWindow
impl Serialize for BatchCompletionWindow
impl StructuralPartialEq for BatchCompletionWindow
Auto Trait Implementations§
impl Freeze for BatchCompletionWindow
impl RefUnwindSafe for BatchCompletionWindow
impl Send for BatchCompletionWindow
impl Sync for BatchCompletionWindow
impl Unpin for BatchCompletionWindow
impl UnwindSafe for BatchCompletionWindow
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