pub struct SessionWithTraces {
pub id: String,
pub created_at: String,
pub project_id: String,
pub environment: Option<Option<String>>,
pub traces: Vec<Trace>,
}Fields§
§id: String§created_at: String§project_id: String§environment: Option<Option<String>>The environment from which this session originated.
traces: Vec<Trace>Implementations§
Source§impl SessionWithTraces
impl SessionWithTraces
Sourcepub fn builder() -> SessionWithTracesBuilder
pub fn builder() -> SessionWithTracesBuilder
Create an instance of SessionWithTraces using the builder syntax
Trait Implementations§
Source§impl Clone for SessionWithTraces
impl Clone for SessionWithTraces
Source§fn clone(&self) -> SessionWithTraces
fn clone(&self) -> SessionWithTraces
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SessionWithTraces
impl Debug for SessionWithTraces
Source§impl Default for SessionWithTraces
impl Default for SessionWithTraces
Source§fn default() -> SessionWithTraces
fn default() -> SessionWithTraces
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SessionWithTraces
impl<'de> Deserialize<'de> for SessionWithTraces
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 SessionWithTraces
impl PartialEq for SessionWithTraces
Source§impl Serialize for SessionWithTraces
impl Serialize for SessionWithTraces
impl StructuralPartialEq for SessionWithTraces
Auto Trait Implementations§
impl Freeze for SessionWithTraces
impl RefUnwindSafe for SessionWithTraces
impl Send for SessionWithTraces
impl Sync for SessionWithTraces
impl Unpin for SessionWithTraces
impl UnwindSafe for SessionWithTraces
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)