pub struct JiraRemoteIssueLinkIcon {
pub url: Option<String>,
pub title: Option<String>,
}Expand description
Icon metadata for a JiraRemoteIssueLinkObject. Mirrors the upstream
object.icon shape, with JIRA’s url16x16 flattened to url.
Fields§
§url: Option<String>Icon URL (from JIRA’s url16x16).
title: Option<String>Icon title — typically the label of the external target kind.
Trait Implementations§
Source§impl Clone for JiraRemoteIssueLinkIcon
impl Clone for JiraRemoteIssueLinkIcon
Source§fn clone(&self) -> JiraRemoteIssueLinkIcon
fn clone(&self) -> JiraRemoteIssueLinkIcon
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 JiraRemoteIssueLinkIcon
impl Debug for JiraRemoteIssueLinkIcon
Auto Trait Implementations§
impl Freeze for JiraRemoteIssueLinkIcon
impl RefUnwindSafe for JiraRemoteIssueLinkIcon
impl Send for JiraRemoteIssueLinkIcon
impl Sync for JiraRemoteIssueLinkIcon
impl Unpin for JiraRemoteIssueLinkIcon
impl UnsafeUnpin for JiraRemoteIssueLinkIcon
impl UnwindSafe for JiraRemoteIssueLinkIcon
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