Struct gitlab::types::ExternalIssue
source · pub struct ExternalIssue {
pub id: ExternalIssueId,
pub title: String,
}
Expand description
An external issue reference.
Fields§
§id: ExternalIssueId
The ID of the issue.
title: String
The title of the issue.
Trait Implementations§
source§impl Clone for ExternalIssue
impl Clone for ExternalIssue
source§fn clone(&self) -> ExternalIssue
fn clone(&self) -> ExternalIssue
Returns a copy 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 ExternalIssue
impl Debug for ExternalIssue
source§impl<'de> Deserialize<'de> for ExternalIssue
impl<'de> Deserialize<'de> for ExternalIssue
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 RefUnwindSafe for ExternalIssue
impl Send for ExternalIssue
impl Sync for ExternalIssue
impl Unpin for ExternalIssue
impl UnwindSafe for ExternalIssue
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