Enum gitlab::types::EventTargetId [−][src]
pub enum EventTargetId {
Commit(ObjectId),
Issue(IssueId),
MergeRequest(MergeRequestId),
Snippet(SnippetId),
}Expand description
The ID of an event target.
Variants
Commit(ObjectId)The object ID of a commit event target.
Issue(IssueId)The ID of an issue event target.
MergeRequest(MergeRequestId)The ID of a merge request event target.
Snippet(SnippetId)The ID of a snippet event target.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for EventTargetIdimpl Send for EventTargetIdimpl Sync for EventTargetIdimpl Unpin for EventTargetIdimpl UnwindSafe for EventTargetIdBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more