pub enum ForwardedRequestDetailsHttpMethod {
Post,
}
Expand description
The HTTP method used to call the destination endpoint.
Variants§
Post
Implementations§
Trait Implementations§
Source§impl Clone for ForwardedRequestDetailsHttpMethod
impl Clone for ForwardedRequestDetailsHttpMethod
Source§fn clone(&self) -> ForwardedRequestDetailsHttpMethod
fn clone(&self) -> ForwardedRequestDetailsHttpMethod
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 FromValueOpt for ForwardedRequestDetailsHttpMethod
impl FromValueOpt for ForwardedRequestDetailsHttpMethod
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for ForwardedRequestDetailsHttpMethod
impl PartialEq for ForwardedRequestDetailsHttpMethod
Source§fn eq(&self, other: &ForwardedRequestDetailsHttpMethod) -> bool
fn eq(&self, other: &ForwardedRequestDetailsHttpMethod) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for ForwardedRequestDetailsHttpMethod
impl Eq for ForwardedRequestDetailsHttpMethod
impl StructuralPartialEq for ForwardedRequestDetailsHttpMethod
Auto Trait Implementations§
impl Freeze for ForwardedRequestDetailsHttpMethod
impl RefUnwindSafe for ForwardedRequestDetailsHttpMethod
impl Send for ForwardedRequestDetailsHttpMethod
impl Sync for ForwardedRequestDetailsHttpMethod
impl Unpin for ForwardedRequestDetailsHttpMethod
impl UnwindSafe for ForwardedRequestDetailsHttpMethod
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