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