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