Enum gitlab::types::IssueReference [−][src]
pub enum IssueReference {
Internal(Box<Issue>),
External(ExternalIssue),
}
Expand description
A reference to an issue.
Variants
A reference to an issue on the same Gitlab host.
External(ExternalIssue)
An external issue reference.
Tuple Fields of External
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for IssueReference
impl Send for IssueReference
impl Sync for IssueReference
impl Unpin for IssueReference
impl UnwindSafe for IssueReference
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more