Struct aws_sdk_mq::types::Logs
source · #[non_exhaustive]pub struct Logs { /* private fields */ }Expand description
The list of information about logs to be enabled for the specified broker.
Implementations§
Trait Implementations§
source§impl PartialEq<Logs> for Logs
impl PartialEq<Logs> for Logs
impl StructuralPartialEq for Logs
Auto Trait Implementations§
impl RefUnwindSafe for Logs
impl Send for Logs
impl Sync for Logs
impl Unpin for Logs
impl UnwindSafe for Logs
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