pub struct UpdateSpanBody {Show 13 fields
pub end_time: Option<Option<String>>,
pub id: String,
pub trace_id: Option<Option<String>>,
pub name: Option<Option<String>>,
pub start_time: Option<Option<String>>,
pub metadata: Option<Option<Value>>,
pub input: Option<Option<Value>>,
pub output: Option<Option<Value>>,
pub level: Option<ObservationLevel>,
pub status_message: Option<Option<String>>,
pub parent_observation_id: Option<Option<String>>,
pub version: Option<Option<String>>,
pub environment: Option<Option<String>>,
}Fields§
§end_time: Option<Option<String>>§id: String§trace_id: Option<Option<String>>§name: Option<Option<String>>§start_time: Option<Option<String>>§metadata: Option<Option<Value>>§input: Option<Option<Value>>§output: Option<Option<Value>>§level: Option<ObservationLevel>§status_message: Option<Option<String>>§parent_observation_id: Option<Option<String>>§version: Option<Option<String>>§environment: Option<Option<String>>Implementations§
Source§impl UpdateSpanBody
impl UpdateSpanBody
pub fn new(id: String) -> UpdateSpanBody
Trait Implementations§
Source§impl Clone for UpdateSpanBody
impl Clone for UpdateSpanBody
Source§fn clone(&self) -> UpdateSpanBody
fn clone(&self) -> UpdateSpanBody
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 UpdateSpanBody
impl Debug for UpdateSpanBody
Source§impl Default for UpdateSpanBody
impl Default for UpdateSpanBody
Source§fn default() -> UpdateSpanBody
fn default() -> UpdateSpanBody
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateSpanBody
impl<'de> Deserialize<'de> for UpdateSpanBody
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UpdateSpanBody
impl PartialEq for UpdateSpanBody
Source§impl Serialize for UpdateSpanBody
impl Serialize for UpdateSpanBody
impl StructuralPartialEq for UpdateSpanBody
Auto Trait Implementations§
impl Freeze for UpdateSpanBody
impl RefUnwindSafe for UpdateSpanBody
impl Send for UpdateSpanBody
impl Sync for UpdateSpanBody
impl Unpin for UpdateSpanBody
impl UnwindSafe for UpdateSpanBody
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