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