Struct pillow_routing::Route
source · pub struct Route { /* private fields */ }
Expand description
Route
Implementations§
source§impl Route
impl Route
source§impl Route
impl Route
pub fn has_parameters(&self) -> bool
sourcepub fn add_parameters(&mut self, param: String)
pub fn add_parameters(&mut self, param: String)
Add Params
sourcepub fn get_parameters(&self) -> &Vec<String>
pub fn get_parameters(&self) -> &Vec<String>
Get params
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Route
impl Send for Route
impl Sync for Route
impl Unpin for Route
impl !UnwindSafe for Route
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