pub enum EndpointCallKind {
Query,
QueryComposite,
Update,
}Expand description
EndpointCallKind
Variants§
Implementations§
Source§impl EndpointCallKind
impl EndpointCallKind
pub const fn metric_label(self) -> &'static str
Trait Implementations§
Source§impl Clone for EndpointCallKind
impl Clone for EndpointCallKind
Source§fn clone(&self) -> EndpointCallKind
fn clone(&self) -> EndpointCallKind
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 EndpointCallKind
Source§impl Debug for EndpointCallKind
impl Debug for EndpointCallKind
impl Eq for EndpointCallKind
Source§impl Hash for EndpointCallKind
impl Hash for EndpointCallKind
Source§impl Ord for EndpointCallKind
impl Ord for EndpointCallKind
Source§fn cmp(&self, other: &EndpointCallKind) -> Ordering
fn cmp(&self, other: &EndpointCallKind) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EndpointCallKind
impl PartialEq for EndpointCallKind
Source§fn eq(&self, other: &EndpointCallKind) -> bool
fn eq(&self, other: &EndpointCallKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for EndpointCallKind
impl PartialOrd for EndpointCallKind
impl StructuralPartialEq for EndpointCallKind
Auto Trait Implementations§
impl Freeze for EndpointCallKind
impl RefUnwindSafe for EndpointCallKind
impl Send for EndpointCallKind
impl Sync for EndpointCallKind
impl Unpin for EndpointCallKind
impl UnsafeUnpin for EndpointCallKind
impl UnwindSafe for EndpointCallKind
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