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