pub enum HeaderQueryContent {
Url(String),
Json(Value),
}Expand description
Variants§
Auto Trait Implementations§
impl Freeze for HeaderQueryContent
impl RefUnwindSafe for HeaderQueryContent
impl Send for HeaderQueryContent
impl Sync for HeaderQueryContent
impl Unpin for HeaderQueryContent
impl UnwindSafe for HeaderQueryContent
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