pub struct BrowseFollowers;
Expand description
Browse user’s followers
Trait Implementations§
Source§impl ApiEndpoint for BrowseFollowers
impl ApiEndpoint for BrowseFollowers
Source§type Req = BrowsePublicUserFollowersQuery
type Req = BrowsePublicUserFollowersQuery
The request type for this endpoint.
Source§type Res = BrowsePublicUserFollowersResponse
type Res = BrowsePublicUserFollowersResponse
The response type for this endpoint.
Source§type Path = BrowsePublicUserFollowersPath
type Path = BrowsePublicUserFollowersPath
The path type for this endpoint.
Source§type Err = EmptyError
type Err = EmptyError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for BrowseFollowers
impl RefUnwindSafe for BrowseFollowers
impl Send for BrowseFollowers
impl Sync for BrowseFollowers
impl Unpin for BrowseFollowers
impl UnwindSafe for BrowseFollowers
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