pub enum ServeKind {
InfoRefs,
UploadPack,
}Expand description
The kind label on serve_duration_seconds.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ServeKind
impl RefUnwindSafe for ServeKind
impl Send for ServeKind
impl Sync for ServeKind
impl Unpin for ServeKind
impl UnsafeUnpin for ServeKind
impl UnwindSafe for ServeKind
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