pub struct CategoryEndpoint {
http_client: HttpClientRef,
category: ReportCategory,
}
Expand description
Report endpoint handler builder.
Fields§
§http_client: HttpClientRef
§category: ReportCategory
Implementations§
Source§impl CategoryEndpoint
impl CategoryEndpoint
pub fn get(&self) -> ListReasonsBuilder
Trait Implementations§
Source§impl Clone for CategoryEndpoint
impl Clone for CategoryEndpoint
Source§fn clone(&self) -> CategoryEndpoint
fn clone(&self) -> CategoryEndpoint
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for CategoryEndpoint
impl !RefUnwindSafe for CategoryEndpoint
impl !Send for CategoryEndpoint
impl !Sync for CategoryEndpoint
impl Unpin for CategoryEndpoint
impl !UnwindSafe for CategoryEndpoint
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