pub struct OriginForm {
pub path: Path,
pub query: Option<Vec<QueryParam>>,
}Expand description
URL origin form components
Fields§
§path: Path§query: Option<Vec<QueryParam>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for OriginForm
impl RefUnwindSafe for OriginForm
impl Send for OriginForm
impl Sync for OriginForm
impl Unpin for OriginForm
impl UnwindSafe for OriginForm
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