pub enum ParameterIn {
Query,
Header,
Path,
Cookie,
}
Variants§
Trait Implementations§
Source§impl Clone for ParameterIn
impl Clone for ParameterIn
Source§fn clone(&self) -> ParameterIn
fn clone(&self) -> ParameterIn
Returns a copy 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 ParameterIn
impl Debug for ParameterIn
Source§impl Default for ParameterIn
impl Default for ParameterIn
Source§impl PartialEq for ParameterIn
impl PartialEq for ParameterIn
Source§impl Serialize for ParameterIn
impl Serialize for ParameterIn
impl Eq for ParameterIn
impl StructuralPartialEq for ParameterIn
Auto Trait Implementations§
impl Freeze for ParameterIn
impl RefUnwindSafe for ParameterIn
impl Send for ParameterIn
impl Sync for ParameterIn
impl Unpin for ParameterIn
impl UnwindSafe for ParameterIn
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.