#[non_exhaustive]pub struct UpdateProjectDataDeliveryOutput { /* private fields */ }Implementations§
source§impl UpdateProjectDataDeliveryOutput
 
impl UpdateProjectDataDeliveryOutput
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateProjectDataDeliveryOutput.
Trait Implementations§
source§impl Clone for UpdateProjectDataDeliveryOutput
 
impl Clone for UpdateProjectDataDeliveryOutput
source§fn clone(&self) -> UpdateProjectDataDeliveryOutput
 
fn clone(&self) -> UpdateProjectDataDeliveryOutput
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 moresource§impl PartialEq<UpdateProjectDataDeliveryOutput> for UpdateProjectDataDeliveryOutput
 
impl PartialEq<UpdateProjectDataDeliveryOutput> for UpdateProjectDataDeliveryOutput
source§fn eq(&self, other: &UpdateProjectDataDeliveryOutput) -> bool
 
fn eq(&self, other: &UpdateProjectDataDeliveryOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.