pub struct SeriesId(/* private fields */);Expand description
A time-series identifier.
Implementations§
Trait Implementations§
Source§impl Ord for SeriesId
impl Ord for SeriesId
Source§impl PartialOrd for SeriesId
impl PartialOrd for SeriesId
impl Eq for SeriesId
impl StructuralPartialEq for SeriesId
Auto Trait Implementations§
impl Freeze for SeriesId
impl RefUnwindSafe for SeriesId
impl Send for SeriesId
impl Sync for SeriesId
impl Unpin for SeriesId
impl UnsafeUnpin for SeriesId
impl UnwindSafe for SeriesId
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