Struct aws_sdk_appmesh::types::Logging
source · #[non_exhaustive]pub struct Logging { /* private fields */ }
Expand description
An object that represents the logging information for a virtual node.
Implementations§
Trait Implementations§
source§impl PartialEq<Logging> for Logging
impl PartialEq<Logging> for Logging
impl StructuralPartialEq for Logging
Auto Trait Implementations§
impl RefUnwindSafe for Logging
impl Send for Logging
impl Sync for Logging
impl Unpin for Logging
impl UnwindSafe for Logging
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