#[repr(C)]pub struct AwsLogFormatterStandardOptions {
pub date_format: AwsDateFormat,
}
Fields
date_format: AwsDateFormat
Auto Trait Implementations
impl RefUnwindSafe for AwsLogFormatterStandardOptions
impl Send for AwsLogFormatterStandardOptions
impl Sync for AwsLogFormatterStandardOptions
impl Unpin for AwsLogFormatterStandardOptions
impl UnwindSafe for AwsLogFormatterStandardOptions
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