pub struct JiraStatusCategory {
pub key: String,
}Fields§
§key: StringCategory key: “new”, “indeterminate”, “done”
Trait Implementations§
Source§impl Clone for JiraStatusCategory
impl Clone for JiraStatusCategory
Source§fn clone(&self) -> JiraStatusCategory
fn clone(&self) -> JiraStatusCategory
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 JiraStatusCategory
impl Debug for JiraStatusCategory
Source§impl<'de> Deserialize<'de> for JiraStatusCategory
impl<'de> Deserialize<'de> for JiraStatusCategory
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 JiraStatusCategory
impl RefUnwindSafe for JiraStatusCategory
impl Send for JiraStatusCategory
impl Sync for JiraStatusCategory
impl Unpin for JiraStatusCategory
impl UnsafeUnpin for JiraStatusCategory
impl UnwindSafe for JiraStatusCategory
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