pub enum FormMethod {
Get,
Post,
Dialog,
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for FormMethod
impl RefUnwindSafe for FormMethod
impl Send for FormMethod
impl Sync for FormMethod
impl Unpin for FormMethod
impl UnwindSafe for FormMethod
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