pub struct FollowEndpoint {
http_client: HttpClientRef,
id: Uuid,
}
Fields§
§http_client: HttpClientRef
§id: Uuid
Implementations§
Source§impl FollowEndpoint
impl FollowEndpoint
pub fn new(http_client: HttpClientRef, id: Uuid) -> Self
pub fn delete(&self) -> UnFollowUserBuilder
pub fn post(&self) -> FollowUserBuilder
Trait Implementations§
Source§impl Debug for FollowEndpoint
impl Debug for FollowEndpoint
Source§impl FollowEndpointMethods for FollowEndpoint
impl FollowEndpointMethods for FollowEndpoint
fn delete(&self) -> UnFollowUserBuilder
fn post(&self) -> FollowUserBuilder
Source§impl From<&FollowEndpoint> for HttpClientRef
impl From<&FollowEndpoint> for HttpClientRef
Source§fn from(value: &FollowEndpoint) -> Self
fn from(value: &FollowEndpoint) -> Self
Converts to this type from the input type.
Source§impl From<&FollowEndpoint> for Uuid
impl From<&FollowEndpoint> for Uuid
Source§fn from(value: &FollowEndpoint) -> Self
fn from(value: &FollowEndpoint) -> Self
Converts to this type from the input type.
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