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