pub struct FinishSpanParameters {
pub timestamp: Datetime,
pub span_id: SpanId,
}
Fields§
§timestamp: Datetime
§span_id: SpanId
Trait Implementations§
Source§impl Clone for FinishSpanParameters
impl Clone for FinishSpanParameters
Source§fn clone(&self) -> FinishSpanParameters
fn clone(&self) -> FinishSpanParameters
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 moreAuto Trait Implementations§
impl Freeze for FinishSpanParameters
impl RefUnwindSafe for FinishSpanParameters
impl Send for FinishSpanParameters
impl Sync for FinishSpanParameters
impl Unpin for FinishSpanParameters
impl UnwindSafe for FinishSpanParameters
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