pub struct SessionLogResult {
pub event_id: String,
}Expand description
Identifier of the session event that was emitted for the log message.
Experimental. This type is part of an experimental wire-protocol surface and may change or be removed in future SDK or CLI releases.
Fields§
§event_id: StringThe unique identifier of the emitted session event
Trait Implementations§
Source§impl Clone for SessionLogResult
impl Clone for SessionLogResult
Source§fn clone(&self) -> SessionLogResult
fn clone(&self) -> SessionLogResult
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 SessionLogResult
impl Debug for SessionLogResult
Source§impl Default for SessionLogResult
impl Default for SessionLogResult
Source§fn default() -> SessionLogResult
fn default() -> SessionLogResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SessionLogResult
impl<'de> Deserialize<'de> for SessionLogResult
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
Auto Trait Implementations§
impl Freeze for SessionLogResult
impl RefUnwindSafe for SessionLogResult
impl Send for SessionLogResult
impl Sync for SessionLogResult
impl Unpin for SessionLogResult
impl UnsafeUnpin for SessionLogResult
impl UnwindSafe for SessionLogResult
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