pub enum AddonRuntimeHttpMethod {
Post,
}Variants§
Post
Implementations§
Trait Implementations§
Source§impl Clone for AddonRuntimeHttpMethod
impl Clone for AddonRuntimeHttpMethod
Source§fn clone(&self) -> AddonRuntimeHttpMethod
fn clone(&self) -> AddonRuntimeHttpMethod
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AddonRuntimeHttpMethod
impl Debug for AddonRuntimeHttpMethod
Source§impl PartialEq for AddonRuntimeHttpMethod
impl PartialEq for AddonRuntimeHttpMethod
Source§fn eq(&self, other: &AddonRuntimeHttpMethod) -> bool
fn eq(&self, other: &AddonRuntimeHttpMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AddonRuntimeHttpMethod
impl Eq for AddonRuntimeHttpMethod
impl StructuralPartialEq for AddonRuntimeHttpMethod
Auto Trait Implementations§
impl Freeze for AddonRuntimeHttpMethod
impl RefUnwindSafe for AddonRuntimeHttpMethod
impl Send for AddonRuntimeHttpMethod
impl Sync for AddonRuntimeHttpMethod
impl Unpin for AddonRuntimeHttpMethod
impl UnsafeUnpin for AddonRuntimeHttpMethod
impl UnwindSafe for AddonRuntimeHttpMethod
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