pub struct UpdateIssueCategoryBuilder<'a> { /* private fields */ }
Expand description
Builder for UpdateIssueCategory
.
Implementations
the name of the issue category
Issues in this issue category are assigned to this user by default
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for UpdateIssueCategoryBuilder<'a>
impl<'a> Send for UpdateIssueCategoryBuilder<'a>
impl<'a> Sync for UpdateIssueCategoryBuilder<'a>
impl<'a> Unpin for UpdateIssueCategoryBuilder<'a>
impl<'a> UnwindSafe for UpdateIssueCategoryBuilder<'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