pub struct Follow;
Expand description
Follow a user
Trait Implementations§
Source§impl ApiEndpoint for Follow
impl ApiEndpoint for Follow
Source§type Path = PublicUserFollowPath
type Path = PublicUserFollowPath
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 Follow
impl RefUnwindSafe for Follow
impl Send for Follow
impl Sync for Follow
impl Unpin for Follow
impl UnwindSafe for Follow
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