pub struct FollowsEndpoint {
http_client: HttpClientRef,
}
Fields§
§http_client: HttpClientRef
Implementations§
Source§impl FollowsEndpoint
impl FollowsEndpoint
pub fn new(http_client: HttpClientRef) -> Self
pub fn group(&self) -> GroupEndpoint
pub fn list(&self) -> ListEndpoint
pub fn manga(&self) -> MangaEndpoint
pub fn user(&self) -> UserEndpoint
Trait Implementations§
Source§impl Debug for FollowsEndpoint
impl Debug for FollowsEndpoint
Source§impl FollowsEndpointMethods for FollowsEndpoint
impl FollowsEndpointMethods for FollowsEndpoint
fn group(&self) -> GroupEndpoint
fn list(&self) -> ListEndpoint
fn manga(&self) -> MangaEndpoint
fn user(&self) -> UserEndpoint
Source§impl From<&FollowsEndpoint> for HttpClientRef
impl From<&FollowsEndpoint> for HttpClientRef
Source§fn from(value: &FollowsEndpoint) -> Self
fn from(value: &FollowsEndpoint) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FollowsEndpoint
impl !RefUnwindSafe for FollowsEndpoint
impl !Send for FollowsEndpoint
impl !Sync for FollowsEndpoint
impl Unpin for FollowsEndpoint
impl !UnwindSafe for FollowsEndpoint
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