pub enum UpstreamOp {
Clone,
Fetch,
}Expand description
The op label on upstream_ops_total / upstream_duration_seconds.
Variants§
Trait Implementations§
Source§impl Clone for UpstreamOp
impl Clone for UpstreamOp
Source§fn clone(&self) -> UpstreamOp
fn clone(&self) -> UpstreamOp
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 moreimpl Copy for UpstreamOp
Auto Trait Implementations§
impl Freeze for UpstreamOp
impl RefUnwindSafe for UpstreamOp
impl Send for UpstreamOp
impl Sync for UpstreamOp
impl Unpin for UpstreamOp
impl UnsafeUnpin for UpstreamOp
impl UnwindSafe for UpstreamOp
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