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