Enum redmine_api::api::issues::IssueListInclude
source · [−]pub enum IssueListInclude {
Attachments,
Relations,
}
Expand description
The types of associated data which can be fetched along with a issue
Variants
Attachments
Issue Attachments
Relations
Issue relations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IssueListInclude
impl Send for IssueListInclude
impl Sync for IssueListInclude
impl Unpin for IssueListInclude
impl UnwindSafe for IssueListInclude
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