Struct redmine_api::api::enumerations::ListDocumentCategories
source · [−]pub struct ListDocumentCategories {}Expand description
The endpoint for all document categories
Implementations
sourceimpl ListDocumentCategories
impl ListDocumentCategories
sourcepub fn builder() -> ListDocumentCategoriesBuilder
pub fn builder() -> ListDocumentCategoriesBuilder
Create a builder for the endpoint.
Trait Implementations
sourceimpl Debug for ListDocumentCategories
impl Debug for ListDocumentCategories
sourceimpl Endpoint for ListDocumentCategories
impl Endpoint for ListDocumentCategories
sourcefn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
impl ReturnsJsonResponse for ListDocumentCategories
Auto Trait Implementations
impl RefUnwindSafe for ListDocumentCategories
impl Send for ListDocumentCategories
impl Sync for ListDocumentCategories
impl Unpin for ListDocumentCategories
impl UnwindSafe for ListDocumentCategories
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more