Struct puffer::pages::boards::new_request
source · pub struct new_request;
Expand description
Available at “/new”
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for new_request
impl Send for new_request
impl Sync for new_request
impl Unpin for new_request
impl UnwindSafe for new_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