pub struct LogGroupRef { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for LogGroupRef
impl RefUnwindSafe for LogGroupRef
impl Send for LogGroupRef
impl Sync for LogGroupRef
impl Unpin for LogGroupRef
impl UnwindSafe for LogGroupRef
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