pub struct BrowseFollowing;
Expand description
Browse user’s followings
Trait Implementations§
Source§impl ApiEndpoint for BrowseFollowing
impl ApiEndpoint for BrowseFollowing
Source§type Req = BrowsePublicUserFollowingsQuery
type Req = BrowsePublicUserFollowingsQuery
The request type for this endpoint.
Source§type Res = BrowsePublicUserFollowingResponse
type Res = BrowsePublicUserFollowingResponse
The response type for this endpoint.
Source§type Path = BrowsePublicUserFollowingPath
type Path = BrowsePublicUserFollowingPath
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 BrowseFollowing
impl RefUnwindSafe for BrowseFollowing
impl Send for BrowseFollowing
impl Sync for BrowseFollowing
impl Unpin for BrowseFollowing
impl UnwindSafe for BrowseFollowing
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