pub struct GetInstancesRespBuilder { /* private fields */ }Implementations§
Source§impl GetInstancesRespBuilder
impl GetInstancesRespBuilder
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 GetInstancesRespBuilder
impl Clone for GetInstancesRespBuilder
Source§fn clone(&self) -> GetInstancesRespBuilder
fn clone(&self) -> GetInstancesRespBuilder
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 GetInstancesRespBuilder
impl RefUnwindSafe for GetInstancesRespBuilder
impl Send for GetInstancesRespBuilder
impl Sync for GetInstancesRespBuilder
impl Unpin for GetInstancesRespBuilder
impl UnwindSafe for GetInstancesRespBuilder
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