pub struct GenAiMetrics { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for GenAiMetrics
impl Clone for GenAiMetrics
Source§fn clone(&self) -> GenAiMetrics
fn clone(&self) -> GenAiMetrics
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 !RefUnwindSafe for GenAiMetrics
impl !UnwindSafe for GenAiMetrics
impl Freeze for GenAiMetrics
impl Send for GenAiMetrics
impl Sync for GenAiMetrics
impl Unpin for GenAiMetrics
impl UnsafeUnpin for GenAiMetrics
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