Enum axohtml::types::FormDialogMethod
source · pub enum FormDialogMethod {
Post,
Get,
Dialog,
}Variants§
Trait Implementations§
source§impl AsRef<str> for FormDialogMethod
impl AsRef<str> for FormDialogMethod
source§impl Display for FormDialogMethod
impl Display for FormDialogMethod
source§impl<'_derivative_strum> From<&'_derivative_strum FormDialogMethod> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum FormDialogMethod> for &'static str
source§fn from(x: &'_derivative_strum FormDialogMethod) -> &'static str
fn from(x: &'_derivative_strum FormDialogMethod) -> &'static str
Converts to this type from the input type.
source§impl From<FormDialogMethod> for &'static str
impl From<FormDialogMethod> for &'static str
source§fn from(x: FormDialogMethod) -> &'static str
fn from(x: FormDialogMethod) -> &'static str
Converts to this type from the input type.
source§impl FromStr for FormDialogMethod
impl FromStr for FormDialogMethod
source§impl Ord for FormDialogMethod
impl Ord for FormDialogMethod
source§fn cmp(&self, other: &FormDialogMethod) -> Ordering
fn cmp(&self, other: &FormDialogMethod) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<FormDialogMethod> for FormDialogMethod
impl PartialEq<FormDialogMethod> for FormDialogMethod
source§fn eq(&self, other: &FormDialogMethod) -> bool
fn eq(&self, other: &FormDialogMethod) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<FormDialogMethod> for FormDialogMethod
impl PartialOrd<FormDialogMethod> for FormDialogMethod
source§fn partial_cmp(&self, other: &FormDialogMethod) -> Option<Ordering>
fn partial_cmp(&self, other: &FormDialogMethod) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more