Struct noosphere_api::route::RouteUrl
source · pub struct RouteUrl<'a, 'b, Params: AsQuery = ()>(pub &'a Url, pub Route, pub Option<&'b Params>);Tuple Fields§
§0: &'a Url§1: Route§2: Option<&'b Params>Trait Implementations§
Auto Trait Implementations§
impl<'a, 'b, Params> RefUnwindSafe for RouteUrl<'a, 'b, Params>where Params: RefUnwindSafe,
impl<'a, 'b, Params> Send for RouteUrl<'a, 'b, Params>where Params: Sync,
impl<'a, 'b, Params> Sync for RouteUrl<'a, 'b, Params>where Params: Sync,
impl<'a, 'b, Params> Unpin for RouteUrl<'a, 'b, Params>
impl<'a, 'b, Params> UnwindSafe for RouteUrl<'a, 'b, Params>where Params: RefUnwindSafe,
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