pub enum ApiKeyIn {
Query,
Header,
Cookie,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ApiKeyIn
impl RefUnwindSafe for ApiKeyIn
impl Send for ApiKeyIn
impl Sync for ApiKeyIn
impl Unpin for ApiKeyIn
impl UnwindSafe for ApiKeyIn
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