pub struct RecordCompletion {
pub session_object_id: String,
pub commit_receipt: Option<CompletionReceipt>,
pub session_id: Option<String>,
pub session_type: Option<String>,
pub created_at: Option<String>,
}Fields§
§session_object_id: String§commit_receipt: Option<CompletionReceipt>§session_id: Option<String>§session_type: Option<String>§created_at: Option<String>Trait Implementations§
Source§impl Clone for RecordCompletion
impl Clone for RecordCompletion
Source§fn clone(&self) -> RecordCompletion
fn clone(&self) -> RecordCompletion
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 RecordCompletion
impl Debug for RecordCompletion
Source§impl<'de> Deserialize<'de> for RecordCompletion
impl<'de> Deserialize<'de> for RecordCompletion
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 RecordCompletion
impl RefUnwindSafe for RecordCompletion
impl Send for RecordCompletion
impl Sync for RecordCompletion
impl Unpin for RecordCompletion
impl UnsafeUnpin for RecordCompletion
impl UnwindSafe for RecordCompletion
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