pub struct JiraFieldOption {
pub id: String,
pub name: String,
}Expand description
Option for Jira option/array custom fields.
Fields§
§id: String§name: StringTrait Implementations§
Source§impl Clone for JiraFieldOption
impl Clone for JiraFieldOption
Source§fn clone(&self) -> JiraFieldOption
fn clone(&self) -> JiraFieldOption
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 JiraFieldOption
impl Debug for JiraFieldOption
Source§impl<'de> Deserialize<'de> for JiraFieldOption
impl<'de> Deserialize<'de> for JiraFieldOption
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 JiraFieldOption
impl RefUnwindSafe for JiraFieldOption
impl Send for JiraFieldOption
impl Sync for JiraFieldOption
impl Unpin for JiraFieldOption
impl UnsafeUnpin for JiraFieldOption
impl UnwindSafe for JiraFieldOption
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