Struct redmine_api::api::enumerations::ListDocumentCategories
source · pub struct ListDocumentCategories {}
Expand description
The endpoint for all document categories
Implementations§
source§impl ListDocumentCategories
impl ListDocumentCategories
sourcepub fn builder() -> ListDocumentCategoriesBuilder
pub fn builder() -> ListDocumentCategoriesBuilder
Create a builder for the endpoint.
Trait Implementations§
source§impl Debug for ListDocumentCategories
impl Debug for ListDocumentCategories
source§impl Endpoint for ListDocumentCategories
impl Endpoint for ListDocumentCategories
source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
impl ReturnsJsonResponse for ListDocumentCategories
Auto Trait Implementations§
impl Freeze for ListDocumentCategories
impl RefUnwindSafe for ListDocumentCategories
impl Send for ListDocumentCategories
impl Sync for ListDocumentCategories
impl Unpin for ListDocumentCategories
impl UnwindSafe for ListDocumentCategories
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