pub enum WatcherStatsParts<'b> {
None,
Metric(&'b [&'b str]),
}
Expand description
API parts for the Watcher Stats API
Variants§
Implementations§
Trait Implementations§
Source§impl<'b> Clone for WatcherStatsParts<'b>
impl<'b> Clone for WatcherStatsParts<'b>
Source§fn clone(&self) -> WatcherStatsParts<'b>
fn clone(&self) -> WatcherStatsParts<'b>
Returns a copy 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 moreSource§impl<'b> Debug for WatcherStatsParts<'b>
impl<'b> Debug for WatcherStatsParts<'b>
Source§impl<'b> PartialEq for WatcherStatsParts<'b>
impl<'b> PartialEq for WatcherStatsParts<'b>
impl<'b> Eq for WatcherStatsParts<'b>
impl<'b> StructuralPartialEq for WatcherStatsParts<'b>
Auto Trait Implementations§
impl<'b> Freeze for WatcherStatsParts<'b>
impl<'b> RefUnwindSafe for WatcherStatsParts<'b>
impl<'b> Send for WatcherStatsParts<'b>
impl<'b> Sync for WatcherStatsParts<'b>
impl<'b> Unpin for WatcherStatsParts<'b>
impl<'b> UnwindSafe for WatcherStatsParts<'b>
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