pub enum NodesHotThreadsParts<'b> {
None,
NodeId(&'b [&'b str]),
}
Expand description
API parts for the Nodes Hot Threads API
Variants§
Implementations§
Trait Implementations§
Source§impl<'b> Clone for NodesHotThreadsParts<'b>
impl<'b> Clone for NodesHotThreadsParts<'b>
Source§fn clone(&self) -> NodesHotThreadsParts<'b>
fn clone(&self) -> NodesHotThreadsParts<'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 NodesHotThreadsParts<'b>
impl<'b> Debug for NodesHotThreadsParts<'b>
Source§impl<'b> PartialEq for NodesHotThreadsParts<'b>
impl<'b> PartialEq for NodesHotThreadsParts<'b>
impl<'b> Eq for NodesHotThreadsParts<'b>
impl<'b> StructuralPartialEq for NodesHotThreadsParts<'b>
Auto Trait Implementations§
impl<'b> Freeze for NodesHotThreadsParts<'b>
impl<'b> RefUnwindSafe for NodesHotThreadsParts<'b>
impl<'b> Send for NodesHotThreadsParts<'b>
impl<'b> Sync for NodesHotThreadsParts<'b>
impl<'b> Unpin for NodesHotThreadsParts<'b>
impl<'b> UnwindSafe for NodesHotThreadsParts<'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