pub struct FollowEndpoint {
http_client: HttpClientRef,
id: Uuid,
}
Fields§
§http_client: HttpClientRef
§id: Uuid
Implementations§
Source§impl FollowEndpoint
impl FollowEndpoint
pub fn post(&self) -> FollowGroupBuilder
pub fn delete(&self) -> UnfollowGroupBuilder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FollowEndpoint
impl !RefUnwindSafe for FollowEndpoint
impl !Send for FollowEndpoint
impl !Sync for FollowEndpoint
impl Unpin for FollowEndpoint
impl !UnwindSafe for FollowEndpoint
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