pub struct RequestUrl(pub String);Expand description
The current request’s URL, inserted into DesignationContext when the
webapp wants WebappResolver to extract designations from it via URL
patterns.
Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for RequestUrl
impl Clone for RequestUrl
Source§fn clone(&self) -> RequestUrl
fn clone(&self) -> RequestUrl
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RequestUrl
impl RefUnwindSafe for RequestUrl
impl Send for RequestUrl
impl Sync for RequestUrl
impl Unpin for RequestUrl
impl UnsafeUnpin for RequestUrl
impl UnwindSafe for RequestUrl
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