pub struct RequestPath { /* private fields */ }
Implementations§
Source§impl RequestPath
impl RequestPath
pub fn new() -> RequestPath
Trait Implementations§
Source§impl Clone for RequestPath
impl Clone for RequestPath
Source§fn clone(&self) -> RequestPath
fn clone(&self) -> RequestPath
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for RequestPath
impl Default for RequestPath
Source§fn default() -> RequestPath
fn default() -> RequestPath
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RequestPath
impl RefUnwindSafe for RequestPath
impl Send for RequestPath
impl Sync for RequestPath
impl Unpin for RequestPath
impl UnwindSafe for RequestPath
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