pub struct RouteMakeSpan { /* private fields */ }Expand description
Span maker that records request method, URI, and a stable route label.
Implementations§
Trait Implementations§
Source§impl Clone for RouteMakeSpan
impl Clone for RouteMakeSpan
Source§fn clone(&self) -> RouteMakeSpan
fn clone(&self) -> RouteMakeSpan
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 moreSource§impl Debug for RouteMakeSpan
impl Debug for RouteMakeSpan
Auto Trait Implementations§
impl Freeze for RouteMakeSpan
impl RefUnwindSafe for RouteMakeSpan
impl Send for RouteMakeSpan
impl Sync for RouteMakeSpan
impl Unpin for RouteMakeSpan
impl UnsafeUnpin for RouteMakeSpan
impl UnwindSafe for RouteMakeSpan
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