pub struct Endpoints {
pub endpoint_label: StringId,
pub local_root_span_id_label: StringId,
pub mappings: FxIndexMap<u64, StringId>,
pub stats: ProfiledEndpointsStats,
}Fields§
§endpoint_label: StringId§local_root_span_id_label: StringId§mappings: FxIndexMap<u64, StringId>§stats: ProfiledEndpointsStatsImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Endpoints
impl RefUnwindSafe for Endpoints
impl Send for Endpoints
impl Sync for Endpoints
impl Unpin for Endpoints
impl UnwindSafe for Endpoints
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