pub struct GetRespBuilder { /* private fields */ }Implementations§
Source§impl GetRespBuilder
impl GetRespBuilder
pub const fn new() -> Self
pub fn with_req_path_results( self, req_path_results: Vec<ReqPathResultBuilder>, ) -> Self
pub fn build(self) -> Result<Body>
Trait Implementations§
Source§impl Clone for GetRespBuilder
impl Clone for GetRespBuilder
Source§fn clone(&self) -> GetRespBuilder
fn clone(&self) -> GetRespBuilder
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 moreAuto Trait Implementations§
impl Freeze for GetRespBuilder
impl RefUnwindSafe for GetRespBuilder
impl Send for GetRespBuilder
impl Sync for GetRespBuilder
impl Unpin for GetRespBuilder
impl UnwindSafe for GetRespBuilder
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