pub struct GetQueryLoggingConfigResponse {
pub query_logging_config: QueryLoggingConfig,
}Fields§
§query_logging_config: QueryLoggingConfigA complex type that contains information about the query logging configuration that you specified in a GetQueryLoggingConfig request.
Trait Implementations§
Source§impl Clone for GetQueryLoggingConfigResponse
impl Clone for GetQueryLoggingConfigResponse
Source§fn clone(&self) -> GetQueryLoggingConfigResponse
fn clone(&self) -> GetQueryLoggingConfigResponse
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 Default for GetQueryLoggingConfigResponse
impl Default for GetQueryLoggingConfigResponse
Source§fn default() -> GetQueryLoggingConfigResponse
fn default() -> GetQueryLoggingConfigResponse
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetQueryLoggingConfigResponse
impl PartialEq for GetQueryLoggingConfigResponse
Source§fn eq(&self, other: &GetQueryLoggingConfigResponse) -> bool
fn eq(&self, other: &GetQueryLoggingConfigResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetQueryLoggingConfigResponse
Auto Trait Implementations§
impl Freeze for GetQueryLoggingConfigResponse
impl RefUnwindSafe for GetQueryLoggingConfigResponse
impl Send for GetQueryLoggingConfigResponse
impl Sync for GetQueryLoggingConfigResponse
impl Unpin for GetQueryLoggingConfigResponse
impl UnwindSafe for GetQueryLoggingConfigResponse
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