pub struct ThreadGoalSetResponse {
pub goal: ThreadGoal,
}Fields§
§goal: ThreadGoalTrait Implementations§
Source§impl Clone for ThreadGoalSetResponse
impl Clone for ThreadGoalSetResponse
Source§fn clone(&self) -> ThreadGoalSetResponse
fn clone(&self) -> ThreadGoalSetResponse
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 ThreadGoalSetResponse
impl Debug for ThreadGoalSetResponse
Source§impl<'de> Deserialize<'de> for ThreadGoalSetResponse
impl<'de> Deserialize<'de> for ThreadGoalSetResponse
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 ThreadGoalSetResponse
impl PartialEq for ThreadGoalSetResponse
Source§fn eq(&self, other: &ThreadGoalSetResponse) -> bool
fn eq(&self, other: &ThreadGoalSetResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ThreadGoalSetResponse
impl Serialize for ThreadGoalSetResponse
impl StructuralPartialEq for ThreadGoalSetResponse
Auto Trait Implementations§
impl Freeze for ThreadGoalSetResponse
impl RefUnwindSafe for ThreadGoalSetResponse
impl Send for ThreadGoalSetResponse
impl Sync for ThreadGoalSetResponse
impl Unpin for ThreadGoalSetResponse
impl UnsafeUnpin for ThreadGoalSetResponse
impl UnwindSafe for ThreadGoalSetResponse
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