Struct guppy::pages::auth::following_request
source · pub struct following_request;
Expand description
Available at “/{username}/following”
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for following_request
impl Send for following_request
impl Sync for following_request
impl Unpin for following_request
impl UnwindSafe for following_request
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