pub enum AtModifier {
None,
Start,
End,
Timestamp(u64),
}Expand description
The @ modifier allows changing the evaluation time for individual instant
and range vectors in a query. The time supplied is a UNIX timestamp or
start()/end().
Variants§
Trait Implementations§
Source§impl Debug for AtModifier
impl Debug for AtModifier
Source§impl PartialEq for AtModifier
impl PartialEq for AtModifier
impl StructuralPartialEq for AtModifier
Auto Trait Implementations§
impl Freeze for AtModifier
impl RefUnwindSafe for AtModifier
impl Send for AtModifier
impl Sync for AtModifier
impl Unpin for AtModifier
impl UnwindSafe for AtModifier
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