Struct aws_sdk_mq::model::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
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more