pub struct ClickUpLinkResponse {
pub link: Option<Value>,
}Expand description
Response from POST /task/{task_id}/link/{other_task_id}.
Fields§
§link: Option<Value>Trait Implementations§
Source§impl Clone for ClickUpLinkResponse
impl Clone for ClickUpLinkResponse
Source§fn clone(&self) -> ClickUpLinkResponse
fn clone(&self) -> ClickUpLinkResponse
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 ClickUpLinkResponse
impl Debug for ClickUpLinkResponse
Source§impl<'de> Deserialize<'de> for ClickUpLinkResponse
impl<'de> Deserialize<'de> for ClickUpLinkResponse
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 ClickUpLinkResponse
impl RefUnwindSafe for ClickUpLinkResponse
impl Send for ClickUpLinkResponse
impl Sync for ClickUpLinkResponse
impl Unpin for ClickUpLinkResponse
impl UnsafeUnpin for ClickUpLinkResponse
impl UnwindSafe for ClickUpLinkResponse
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