pub enum MethodTrue {
Post,
Get,
}
Expand description
Variants§
Trait Implementations§
Source§impl Clone for MethodTrue
impl Clone for MethodTrue
Source§fn clone(&self) -> MethodTrue
fn clone(&self) -> MethodTrue
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MethodTrue
impl Debug for MethodTrue
Source§impl Default for MethodTrue
impl Default for MethodTrue
Source§fn default() -> MethodTrue
fn default() -> MethodTrue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MethodTrue
impl<'de> Deserialize<'de> for MethodTrue
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 MethodTrue
impl Hash for MethodTrue
Source§impl Ord for MethodTrue
impl Ord for MethodTrue
Source§fn cmp(&self, other: &MethodTrue) -> Ordering
fn cmp(&self, other: &MethodTrue) -> 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 MethodTrue
impl PartialEq for MethodTrue
Source§impl PartialOrd for MethodTrue
impl PartialOrd for MethodTrue
Source§impl Serialize for MethodTrue
impl Serialize for MethodTrue
impl Copy for MethodTrue
impl Eq for MethodTrue
impl StructuralPartialEq for MethodTrue
Auto Trait Implementations§
impl Freeze for MethodTrue
impl RefUnwindSafe for MethodTrue
impl Send for MethodTrue
impl Sync for MethodTrue
impl Unpin for MethodTrue
impl UnwindSafe for MethodTrue
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