pub struct ReportBuilder {
http_client: HttpClientRef,
}
Expand description
Report endpoint handler builder.
Fields§
§http_client: HttpClientRef
Implementations§
Source§impl ReportBuilder
impl ReportBuilder
pub fn get(&self) -> ListReportsByUserBuilder
pub fn post(&self) -> CreateReportBuilder
pub fn reasons(&self) -> ReasonsEndpoint
Trait Implementations§
Source§impl Clone for ReportBuilder
impl Clone for ReportBuilder
Source§fn clone(&self) -> ReportBuilder
fn clone(&self) -> ReportBuilder
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 ReportBuilder
impl !RefUnwindSafe for ReportBuilder
impl !Send for ReportBuilder
impl !Sync for ReportBuilder
impl Unpin for ReportBuilder
impl !UnwindSafe for ReportBuilder
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