pub struct HttpBuilder { /* private fields */ }Expand description
Assembles an HttpView.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for HttpBuilder
impl !UnwindSafe for HttpBuilder
impl Freeze for HttpBuilder
impl Send for HttpBuilder
impl Sync for HttpBuilder
impl Unpin for HttpBuilder
impl UnsafeUnpin for HttpBuilder
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