pub struct SendPendingAttributionReportsReturnObjectBuilder { /* private fields */ }Expand description
Builder for SendPendingAttributionReportsReturnObject.
Implementations§
Source§impl SendPendingAttributionReportsReturnObjectBuilder
impl SendPendingAttributionReportsReturnObjectBuilder
Sourcepub fn build(
&self,
) -> Result<SendPendingAttributionReportsReturnObject, SendPendingAttributionReportsReturnObjectBuilderError>
pub fn build( &self, ) -> Result<SendPendingAttributionReportsReturnObject, SendPendingAttributionReportsReturnObjectBuilderError>
Builds a new SendPendingAttributionReportsReturnObject.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for SendPendingAttributionReportsReturnObjectBuilder
impl Clone for SendPendingAttributionReportsReturnObjectBuilder
Source§fn clone(&self) -> SendPendingAttributionReportsReturnObjectBuilder
fn clone(&self) -> SendPendingAttributionReportsReturnObjectBuilder
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 SendPendingAttributionReportsReturnObjectBuilder
impl RefUnwindSafe for SendPendingAttributionReportsReturnObjectBuilder
impl Send for SendPendingAttributionReportsReturnObjectBuilder
impl Sync for SendPendingAttributionReportsReturnObjectBuilder
impl Unpin for SendPendingAttributionReportsReturnObjectBuilder
impl UnsafeUnpin for SendPendingAttributionReportsReturnObjectBuilder
impl UnwindSafe for SendPendingAttributionReportsReturnObjectBuilder
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