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