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