pub enum GetUrl2Method {
None,
Get,
Post,
}Variants§
Trait Implementations§
Source§impl Clone for GetUrl2Method
impl Clone for GetUrl2Method
Source§fn clone(&self) -> GetUrl2Method
fn clone(&self) -> GetUrl2Method
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 GetUrl2Method
impl Debug for GetUrl2Method
Source§impl<'de> Deserialize<'de> for GetUrl2Method
impl<'de> Deserialize<'de> for GetUrl2Method
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 Hash for GetUrl2Method
impl Hash for GetUrl2Method
Source§impl Ord for GetUrl2Method
impl Ord for GetUrl2Method
Source§fn cmp(&self, other: &GetUrl2Method) -> Ordering
fn cmp(&self, other: &GetUrl2Method) -> 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 for GetUrl2Method
impl PartialEq for GetUrl2Method
Source§impl PartialOrd for GetUrl2Method
impl PartialOrd for GetUrl2Method
Source§impl Serialize for GetUrl2Method
impl Serialize for GetUrl2Method
impl Copy for GetUrl2Method
impl Eq for GetUrl2Method
impl StructuralPartialEq for GetUrl2Method
Auto Trait Implementations§
impl Freeze for GetUrl2Method
impl RefUnwindSafe for GetUrl2Method
impl Send for GetUrl2Method
impl Sync for GetUrl2Method
impl Unpin for GetUrl2Method
impl UnwindSafe for GetUrl2Method
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