pub struct SetRespBuilder { /* private fields */ }
Implementations§
Source§impl SetRespBuilder
impl SetRespBuilder
pub const fn new() -> Self
pub fn with_updated_obj_results( self, updated_obj_results: Vec<UpdatedObjectResultsBuilder>, ) -> Self
pub fn build(self) -> Result<Body>
Trait Implementations§
Source§impl Clone for SetRespBuilder
impl Clone for SetRespBuilder
Source§fn clone(&self) -> SetRespBuilder
fn clone(&self) -> SetRespBuilder
Returns a copy 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 SetRespBuilder
impl RefUnwindSafe for SetRespBuilder
impl Send for SetRespBuilder
impl Sync for SetRespBuilder
impl Unpin for SetRespBuilder
impl UnwindSafe for SetRespBuilder
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