pub struct UpdateTaskStatusParams {
pub completed: bool,
}Available on crate feature
contacts only.Expand description
UpdateTaskStatusParams from the GoHighLevel OpenAPI spec.
Fields§
§completed: boolWhether the task is completed Required by the API.
Trait Implementations§
Source§impl Clone for UpdateTaskStatusParams
impl Clone for UpdateTaskStatusParams
Source§fn clone(&self) -> UpdateTaskStatusParams
fn clone(&self) -> UpdateTaskStatusParams
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 UpdateTaskStatusParams
impl Debug for UpdateTaskStatusParams
Source§impl Default for UpdateTaskStatusParams
impl Default for UpdateTaskStatusParams
Source§fn default() -> UpdateTaskStatusParams
fn default() -> UpdateTaskStatusParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateTaskStatusParams
impl<'de> Deserialize<'de> for UpdateTaskStatusParams
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 UpdateTaskStatusParams
impl RefUnwindSafe for UpdateTaskStatusParams
impl Send for UpdateTaskStatusParams
impl Sync for UpdateTaskStatusParams
impl Unpin for UpdateTaskStatusParams
impl UnsafeUnpin for UpdateTaskStatusParams
impl UnwindSafe for UpdateTaskStatusParams
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