pub struct LogGroupProperties { /* private fields */ }Trait Implementations§
Source§impl Debug for LogGroupProperties
impl Debug for LogGroupProperties
Auto Trait Implementations§
impl Freeze for LogGroupProperties
impl RefUnwindSafe for LogGroupProperties
impl Send for LogGroupProperties
impl Sync for LogGroupProperties
impl Unpin for LogGroupProperties
impl UnwindSafe for LogGroupProperties
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more