pub struct GetLoggingOptionsRequest {}Expand description
The input for the GetLoggingOptions operation.
Trait Implementations§
Source§impl Clone for GetLoggingOptionsRequest
impl Clone for GetLoggingOptionsRequest
Source§fn clone(&self) -> GetLoggingOptionsRequest
fn clone(&self) -> GetLoggingOptionsRequest
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 GetLoggingOptionsRequest
impl Debug for GetLoggingOptionsRequest
Source§impl Default for GetLoggingOptionsRequest
impl Default for GetLoggingOptionsRequest
Source§fn default() -> GetLoggingOptionsRequest
fn default() -> GetLoggingOptionsRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetLoggingOptionsRequest
impl PartialEq for GetLoggingOptionsRequest
Source§impl Serialize for GetLoggingOptionsRequest
impl Serialize for GetLoggingOptionsRequest
impl StructuralPartialEq for GetLoggingOptionsRequest
Auto Trait Implementations§
impl Freeze for GetLoggingOptionsRequest
impl RefUnwindSafe for GetLoggingOptionsRequest
impl Send for GetLoggingOptionsRequest
impl Sync for GetLoggingOptionsRequest
impl Unpin for GetLoggingOptionsRequest
impl UnwindSafe for GetLoggingOptionsRequest
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