pub enum CallKind {
Show 14 variants
Decode,
Admission,
RuntimeDispatch,
Handler,
ExternalRequest,
Service,
Database,
Transaction,
ExternalDecision,
ExternalConnect,
ExternalUnary,
ExternalCall,
Finalizer,
Response,
}Expand description
Framework boundaries that automatically produce start and finish records.
Variants§
Decode
Admission
RuntimeDispatch
Handler
ExternalRequest
Service
Database
Transaction
ExternalDecision
ExternalConnect
ExternalUnary
ExternalCall
Finalizer
Response
Trait Implementations§
impl Copy for CallKind
impl Eq for CallKind
impl StructuralPartialEq for CallKind
Auto Trait Implementations§
impl Freeze for CallKind
impl RefUnwindSafe for CallKind
impl Send for CallKind
impl Sync for CallKind
impl Unpin for CallKind
impl UnsafeUnpin for CallKind
impl UnwindSafe for CallKind
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