pub enum HttpCallType {
Get,
Post,
}Variants§
Trait Implementations§
Source§impl Clone for HttpCallType
impl Clone for HttpCallType
Source§fn clone(&self) -> HttpCallType
fn clone(&self) -> HttpCallType
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 HttpCallType
impl Debug for HttpCallType
Source§impl<'de> Deserialize<'de> for HttpCallType
impl<'de> Deserialize<'de> for HttpCallType
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 HttpCallType
impl PartialEq for HttpCallType
Source§impl Serialize for HttpCallType
impl Serialize for HttpCallType
impl StructuralPartialEq for HttpCallType
Auto Trait Implementations§
impl Freeze for HttpCallType
impl RefUnwindSafe for HttpCallType
impl Send for HttpCallType
impl Sync for HttpCallType
impl Unpin for HttpCallType
impl UnwindSafe for HttpCallType
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