pub enum AppSyncApiLogLevel {
None,
Error,
All,
Info,
Debug,
}Variants§
Trait Implementations§
Source§impl Clone for AppSyncApiLogLevel
impl Clone for AppSyncApiLogLevel
Source§fn clone(&self) -> AppSyncApiLogLevel
fn clone(&self) -> AppSyncApiLogLevel
Returns a duplicate 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 AppSyncApiLogLevel
impl Debug for AppSyncApiLogLevel
Source§impl From<AppSyncApiLogLevel> for String
impl From<AppSyncApiLogLevel> for String
Source§fn from(api: AppSyncApiLogLevel) -> String
fn from(api: AppSyncApiLogLevel) -> String
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AppSyncApiLogLevel
impl RefUnwindSafe for AppSyncApiLogLevel
impl Send for AppSyncApiLogLevel
impl Sync for AppSyncApiLogLevel
impl Unpin for AppSyncApiLogLevel
impl UnwindSafe for AppSyncApiLogLevel
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