Struct glory_routing::Locator
source · pub struct Locator { /* private fields */ }Implementations§
source§impl Locator
impl Locator
pub fn new() -> Self
pub fn raw_url(&self) -> Lotus<String>
pub fn path(&self) -> Lotus<String>
pub fn params(&self) -> Lotus<BTreeMap<String, String>>
pub fn queries(&self) -> Lotus<MultiMap<String, String>>
pub fn receive( &self, raw_url: impl Into<String>, raw_params: Option<BTreeMap<String, String>> ) -> Result<(), ParseError>
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Locator
impl !Send for Locator
impl !Sync for Locator
impl Unpin for Locator
impl !UnwindSafe for Locator
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