pub struct GroupEndpoint {
http_client: HttpClientRef,
}
Expand description
Statistics endpoint handler builder.
Fields§
§http_client: HttpClientRef
Implementations§
Source§impl GroupEndpoint
impl GroupEndpoint
pub fn get(&self) -> FindGroupStatisticsBuilder
pub fn id(&self, id: Uuid) -> IdEndpoint
Trait Implementations§
Source§impl Clone for GroupEndpoint
impl Clone for GroupEndpoint
Source§fn clone(&self) -> GroupEndpoint
fn clone(&self) -> GroupEndpoint
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 GroupEndpoint
impl !RefUnwindSafe for GroupEndpoint
impl !Send for GroupEndpoint
impl !Sync for GroupEndpoint
impl Unpin for GroupEndpoint
impl !UnwindSafe for GroupEndpoint
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