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