Struct noosphere_api::route::RouteUrl
source · Tuple Fields
0: &'a Url1: Route2: 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more