pub struct SessionNextReasoningEnded {
pub data: SessionNextReasoningEndedData,
pub durable: Option<SessionStatus2Durable>,
pub id: String,
pub location: Option<LocationRef>,
pub metadata: Option<Map<String, Value>>,
pub type_: String,
}Fields§
§data: SessionNextReasoningEndedData§durable: Option<SessionStatus2Durable>§id: String§location: Option<LocationRef>§metadata: Option<Map<String, Value>>§type_: StringTrait Implementations§
Source§impl Clone for SessionNextReasoningEnded
impl Clone for SessionNextReasoningEnded
Source§fn clone(&self) -> SessionNextReasoningEnded
fn clone(&self) -> SessionNextReasoningEnded
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 SessionNextReasoningEnded
impl Debug for SessionNextReasoningEnded
Source§impl<'de> Deserialize<'de> for SessionNextReasoningEnded
impl<'de> Deserialize<'de> for SessionNextReasoningEnded
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
impl StructuralPartialEq for SessionNextReasoningEnded
Auto Trait Implementations§
impl Freeze for SessionNextReasoningEnded
impl RefUnwindSafe for SessionNextReasoningEnded
impl Send for SessionNextReasoningEnded
impl Sync for SessionNextReasoningEnded
impl Unpin for SessionNextReasoningEnded
impl UnsafeUnpin for SessionNextReasoningEnded
impl UnwindSafe for SessionNextReasoningEnded
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