pub enum ParameterLocation {
Header,
Query,
Cookie,
Path,
}Variants§
Trait Implementations§
Source§impl Debug for ParameterLocation
impl Debug for ParameterLocation
Source§impl Display for ParameterLocation
impl Display for ParameterLocation
Source§impl PartialEq for ParameterLocation
impl PartialEq for ParameterLocation
impl StructuralPartialEq for ParameterLocation
Auto Trait Implementations§
impl Freeze for ParameterLocation
impl RefUnwindSafe for ParameterLocation
impl Send for ParameterLocation
impl Sync for ParameterLocation
impl Unpin for ParameterLocation
impl UnsafeUnpin for ParameterLocation
impl UnwindSafe for ParameterLocation
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