Struct fire_http_representation::header::Uri
source · [−]pub struct Uri(_);
Expand description
Contains a request uri.
Implementations
Trait Implementations
impl Eq for Uri
impl StructuralEq for Uri
impl StructuralPartialEq for Uri
Auto Trait Implementations
impl RefUnwindSafe for Uri
impl Send for Uri
impl Sync for Uri
impl Unpin for Uri
impl UnwindSafe for Uri
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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