pub struct ThreadGoalProgressParams {
pub thread_id: String,
pub token_delta: i64,
pub time_delta_seconds: i64,
pub record_continuation: bool,
}Fields§
§thread_id: String§token_delta: i64§time_delta_seconds: i64§record_continuation: boolTrait Implementations§
Source§impl Clone for ThreadGoalProgressParams
impl Clone for ThreadGoalProgressParams
Source§fn clone(&self) -> ThreadGoalProgressParams
fn clone(&self) -> ThreadGoalProgressParams
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 ThreadGoalProgressParams
impl Debug for ThreadGoalProgressParams
Source§impl<'de> Deserialize<'de> for ThreadGoalProgressParams
impl<'de> Deserialize<'de> for ThreadGoalProgressParams
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 ThreadGoalProgressParams
impl RefUnwindSafe for ThreadGoalProgressParams
impl Send for ThreadGoalProgressParams
impl Sync for ThreadGoalProgressParams
impl Unpin for ThreadGoalProgressParams
impl UnsafeUnpin for ThreadGoalProgressParams
impl UnwindSafe for ThreadGoalProgressParams
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