pub struct LogGroupRef { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for LogGroupRef
impl Clone for LogGroupRef
Source§fn clone(&self) -> LogGroupRef
fn clone(&self) -> LogGroupRef
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LogGroupRef
impl RefUnwindSafe for LogGroupRef
impl Send for LogGroupRef
impl Sync for LogGroupRef
impl Unpin for LogGroupRef
impl UnsafeUnpin for LogGroupRef
impl UnwindSafe for LogGroupRef
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