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