#[non_exhaustive]pub struct UpdateTestGridProjectOutput { /* private fields */ }Implementations
sourceimpl UpdateTestGridProjectOutput
impl UpdateTestGridProjectOutput
sourcepub fn test_grid_project(&self) -> Option<&TestGridProject>
pub fn test_grid_project(&self) -> Option<&TestGridProject>
The project, including updated information.
sourceimpl UpdateTestGridProjectOutput
impl UpdateTestGridProjectOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateTestGridProjectOutput.
Trait Implementations
sourceimpl Clone for UpdateTestGridProjectOutput
impl Clone for UpdateTestGridProjectOutput
sourcefn clone(&self) -> UpdateTestGridProjectOutput
fn clone(&self) -> UpdateTestGridProjectOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for UpdateTestGridProjectOutput
impl Debug for UpdateTestGridProjectOutput
sourceimpl PartialEq<UpdateTestGridProjectOutput> for UpdateTestGridProjectOutput
impl PartialEq<UpdateTestGridProjectOutput> for UpdateTestGridProjectOutput
sourcefn eq(&self, other: &UpdateTestGridProjectOutput) -> bool
fn eq(&self, other: &UpdateTestGridProjectOutput) -> bool
impl StructuralPartialEq for UpdateTestGridProjectOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateTestGridProjectOutput
impl Send for UpdateTestGridProjectOutput
impl Sync for UpdateTestGridProjectOutput
impl Unpin for UpdateTestGridProjectOutput
impl UnwindSafe for UpdateTestGridProjectOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more