pub struct WebReferTapd {
pub owner: Option<String>,
pub id: Option<String>,
pub created: Option<String>,
pub priority: Option<String>,
pub workspace_id: Option<String>,
pub due: Option<String>,
pub type: Option<String>,
pub name: Option<String>,
pub status: Option<String>,
pub view_link: Option<String>,
}
Expand description
WebReferTapd 模型
Fields§
§owner: Option<String>
§id: Option<String>
§created: Option<String>
§priority: Option<String>
§workspace_id: Option<String>
§due: Option<String>
§type: Option<String>
§name: Option<String>
§status: Option<String>
§view_link: Option<String>
Trait Implementations§
Source§impl Clone for WebReferTapd
impl Clone for WebReferTapd
Source§fn clone(&self) -> WebReferTapd
fn clone(&self) -> WebReferTapd
Returns a duplicate of the value. Read more
1.0.0 · 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 WebReferTapd
impl Debug for WebReferTapd
Source§impl<'de> Deserialize<'de> for WebReferTapd
impl<'de> Deserialize<'de> for WebReferTapd
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 WebReferTapd
impl RefUnwindSafe for WebReferTapd
impl Send for WebReferTapd
impl Sync for WebReferTapd
impl Unpin for WebReferTapd
impl UnwindSafe for WebReferTapd
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