#[repr(C)]
pub enum AwsDateDayOfWeek {
Sunday,
Monday,
Tuesday,
Wednesday,
Thursday,
Friday,
Saturday,
}
Variants
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Trait Implementations
sourceimpl Clone for AwsDateDayOfWeek
impl Clone for AwsDateDayOfWeek
sourcefn clone(&self) -> AwsDateDayOfWeek
fn clone(&self) -> AwsDateDayOfWeek
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 AwsDateDayOfWeek
impl Debug for AwsDateDayOfWeek
impl Copy for AwsDateDayOfWeek
Auto Trait Implementations
impl RefUnwindSafe for AwsDateDayOfWeek
impl Send for AwsDateDayOfWeek
impl Sync for AwsDateDayOfWeek
impl Unpin for AwsDateDayOfWeek
impl UnwindSafe for AwsDateDayOfWeek
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