pub struct TraceLimits {
pub max_traceparent_len: usize,
pub max_tracestate_len: usize,
pub max_baggage_len: usize,
pub max_baggage_members: usize,
}Fields§
§max_traceparent_len: usize§max_tracestate_len: usize§max_baggage_len: usize§max_baggage_members: usizeTrait Implementations§
Source§impl Clone for TraceLimits
impl Clone for TraceLimits
Source§fn clone(&self) -> TraceLimits
fn clone(&self) -> TraceLimits
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 TraceLimits
impl Debug for TraceLimits
Source§impl Default for TraceLimits
impl Default for TraceLimits
Source§impl PartialEq for TraceLimits
impl PartialEq for TraceLimits
Source§fn eq(&self, other: &TraceLimits) -> bool
fn eq(&self, other: &TraceLimits) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TraceLimits
impl Eq for TraceLimits
impl StructuralPartialEq for TraceLimits
Auto Trait Implementations§
impl Freeze for TraceLimits
impl RefUnwindSafe for TraceLimits
impl Send for TraceLimits
impl Sync for TraceLimits
impl Unpin for TraceLimits
impl UnsafeUnpin for TraceLimits
impl UnwindSafe for TraceLimits
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.