pub enum InputMethod {
Get,
Post,
}Variants§
Trait Implementations§
Source§impl Clone for InputMethod
impl Clone for InputMethod
Source§fn clone(&self) -> InputMethod
fn clone(&self) -> InputMethod
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InputMethod
impl Debug for InputMethod
Source§impl<'de> Deserialize<'de> for InputMethod
impl<'de> Deserialize<'de> for InputMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for InputMethod
impl PartialEq for InputMethod
Source§impl Serialize for InputMethod
impl Serialize for InputMethod
impl Copy for InputMethod
impl Eq for InputMethod
impl StructuralPartialEq for InputMethod
Auto Trait Implementations§
impl Freeze for InputMethod
impl RefUnwindSafe for InputMethod
impl Send for InputMethod
impl Sync for InputMethod
impl Unpin for InputMethod
impl UnwindSafe for InputMethod
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