pub struct GetIssueCategory { /* private fields */ }
Expand description
The endpoint for a specific issue category
Implementations§
Source§impl GetIssueCategory
impl GetIssueCategory
Sourcepub fn builder() -> GetIssueCategoryBuilder
pub fn builder() -> GetIssueCategoryBuilder
Create a builder for the endpoint.
Trait Implementations§
Source§impl Clone for GetIssueCategory
impl Clone for GetIssueCategory
Source§fn clone(&self) -> GetIssueCategory
fn clone(&self) -> GetIssueCategory
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetIssueCategory
impl Debug for GetIssueCategory
Source§impl Endpoint for GetIssueCategory
impl Endpoint for GetIssueCategory
Source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
impl NoPagination for GetIssueCategory
impl ReturnsJsonResponse for GetIssueCategory
Auto Trait Implementations§
impl Freeze for GetIssueCategory
impl RefUnwindSafe for GetIssueCategory
impl Send for GetIssueCategory
impl Sync for GetIssueCategory
impl Unpin for GetIssueCategory
impl UnwindSafe for GetIssueCategory
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more