pub struct CreateIssueCategoryBuilder<'a> { /* private fields */ }
Expand description
Builder for CreateIssueCategory
.
Implementations
project id or name as it appears in the URL for the project where we want to create the new issue category
the name of the new issue category
Issues in this issue category are assigned to this user by default
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for CreateIssueCategoryBuilder<'a>
impl<'a> Send for CreateIssueCategoryBuilder<'a>
impl<'a> Sync for CreateIssueCategoryBuilder<'a>
impl<'a> Unpin for CreateIssueCategoryBuilder<'a>
impl<'a> UnwindSafe for CreateIssueCategoryBuilder<'a>
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