pub struct TracesData {
pub resource_spans: Vec<ResourceSpans>,
}
Fields§
§resource_spans: Vec<ResourceSpans>
Trait Implementations§
Source§impl Clone for TracesData
impl Clone for TracesData
Source§fn clone(&self) -> TracesData
fn clone(&self) -> TracesData
Returns a duplicate of the value. Read more
1.0.0 · 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 TracesData
impl Debug for TracesData
Source§impl Default for TracesData
impl Default for TracesData
Source§impl MessageDecode for TracesData
impl MessageDecode for TracesData
Source§fn decode<IMPL_MICROPB_READ: PbRead>(
&mut self,
decoder: &mut PbDecoder<IMPL_MICROPB_READ>,
len: usize,
) -> Result<(), DecodeError<IMPL_MICROPB_READ::Error>>
fn decode<IMPL_MICROPB_READ: PbRead>( &mut self, decoder: &mut PbDecoder<IMPL_MICROPB_READ>, len: usize, ) -> Result<(), DecodeError<IMPL_MICROPB_READ::Error>>
Decode an instance of the message from the decoder and merge it into
self
. Read moreSource§fn decode_len_delimited<R>(
&mut self,
decoder: &mut PbDecoder<R>,
) -> Result<(), DecodeError<<R as PbRead>::Error>>where
R: PbRead,
fn decode_len_delimited<R>(
&mut self,
decoder: &mut PbDecoder<R>,
) -> Result<(), DecodeError<<R as PbRead>::Error>>where
R: PbRead,
Decode an instance of the message from the decoder as a length-delimited record, starting with a length
prefix.
Source§impl MessageEncode for TracesData
impl MessageEncode for TracesData
Source§impl PartialEq for TracesData
impl PartialEq for TracesData
impl StructuralPartialEq for TracesData
Auto Trait Implementations§
impl Freeze for TracesData
impl RefUnwindSafe for TracesData
impl Send for TracesData
impl Sync for TracesData
impl Unpin for TracesData
impl UnwindSafe for TracesData
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