pub struct GroupEndpoint {
http_client: HttpClientRef,
}
Fields§
§http_client: HttpClientRef
Implementations§
Source§impl GroupEndpoint
impl GroupEndpoint
pub fn new(http_client: HttpClientRef) -> Self
pub fn get(&self) -> FollowedGroupsBuilder
pub fn id(&self, id: Uuid) -> IdEndpoint
Trait Implementations§
Source§impl Debug for GroupEndpoint
impl Debug for GroupEndpoint
Source§impl From<&GroupEndpoint> for HttpClientRef
impl From<&GroupEndpoint> for HttpClientRef
Source§fn from(value: &GroupEndpoint) -> Self
fn from(value: &GroupEndpoint) -> Self
Converts to this type from the input type.
Source§impl GroupEndpointMethods for GroupEndpoint
impl GroupEndpointMethods for GroupEndpoint
fn get(&self) -> FollowedGroupsBuilder
fn id(&self, id: Uuid) -> IdEndpoint
Auto 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