pub struct DisableLoggingMessage {
pub cluster_identifier: String,
}
Expand description
Fields§
§cluster_identifier: String
The identifier of the cluster on which logging is to be stopped.
Example: examplecluster
Trait Implementations§
Source§impl Clone for DisableLoggingMessage
impl Clone for DisableLoggingMessage
Source§fn clone(&self) -> DisableLoggingMessage
fn clone(&self) -> DisableLoggingMessage
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 DisableLoggingMessage
impl Debug for DisableLoggingMessage
Source§impl Default for DisableLoggingMessage
impl Default for DisableLoggingMessage
Source§fn default() -> DisableLoggingMessage
fn default() -> DisableLoggingMessage
Returns the “default value” for a type. Read more
Source§impl PartialEq for DisableLoggingMessage
impl PartialEq for DisableLoggingMessage
impl StructuralPartialEq for DisableLoggingMessage
Auto Trait Implementations§
impl Freeze for DisableLoggingMessage
impl RefUnwindSafe for DisableLoggingMessage
impl Send for DisableLoggingMessage
impl Sync for DisableLoggingMessage
impl Unpin for DisableLoggingMessage
impl UnwindSafe for DisableLoggingMessage
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