#[repr(C)]
pub enum AwsDateFormat {
Rfc822,
Iso8601,
Iso8601Basic,
AutoDetect,
}
Variants
Rfc822
Iso8601
Iso8601Basic
AutoDetect
Trait Implementations
sourceimpl Clone for AwsDateFormat
impl Clone for AwsDateFormat
sourcefn clone(&self) -> AwsDateFormat
fn clone(&self) -> AwsDateFormat
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AwsDateFormat
impl Debug for AwsDateFormat
impl Copy for AwsDateFormat
Auto Trait Implementations
impl RefUnwindSafe for AwsDateFormat
impl Send for AwsDateFormat
impl Sync for AwsDateFormat
impl Unpin for AwsDateFormat
impl UnwindSafe for AwsDateFormat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more