pub struct SubTaskFieldsIssueType {
pub self_ref: String,
pub id: String,
pub description: String,
pub icon_url: String,
pub name: String,
pub subtask: bool,
pub avatar_id: usize,
}
Fields§
§self_ref: String
§id: String
§description: String
§icon_url: String
§name: String
§subtask: bool
§avatar_id: usize
Trait Implementations§
Source§impl Clone for SubTaskFieldsIssueType
impl Clone for SubTaskFieldsIssueType
Source§fn clone(&self) -> SubTaskFieldsIssueType
fn clone(&self) -> SubTaskFieldsIssueType
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 SubTaskFieldsIssueType
impl Debug for SubTaskFieldsIssueType
Source§impl<'de> Deserialize<'de> for SubTaskFieldsIssueType
impl<'de> Deserialize<'de> for SubTaskFieldsIssueType
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 SubTaskFieldsIssueType
impl RefUnwindSafe for SubTaskFieldsIssueType
impl Send for SubTaskFieldsIssueType
impl Sync for SubTaskFieldsIssueType
impl Unpin for SubTaskFieldsIssueType
impl UnwindSafe for SubTaskFieldsIssueType
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