Enum avm1_tree::actions::SendVarsMethod
source · pub enum SendVarsMethod {
None,
Get,
Post,
}Variants
Trait Implementations
sourceimpl Debug for SendVarsMethod
impl Debug for SendVarsMethod
sourceimpl<'de> Deserialize<'de> for SendVarsMethod
impl<'de> Deserialize<'de> for SendVarsMethod
sourcefn 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
sourceimpl PartialEq<SendVarsMethod> for SendVarsMethod
impl PartialEq<SendVarsMethod> for SendVarsMethod
sourcefn eq(&self, other: &SendVarsMethod) -> bool
fn eq(&self, other: &SendVarsMethod) -> bool
sourceimpl Serialize for SendVarsMethod
impl Serialize for SendVarsMethod
impl Eq for SendVarsMethod
impl StructuralEq for SendVarsMethod
impl StructuralPartialEq for SendVarsMethod
Auto Trait Implementations
impl RefUnwindSafe for SendVarsMethod
impl Send for SendVarsMethod
impl Sync for SendVarsMethod
impl Unpin for SendVarsMethod
impl UnwindSafe for SendVarsMethod
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more