#[non_exhaustive]pub struct GetTestGridSessionOutput { /* private fields */ }Implementations
sourceimpl GetTestGridSessionOutput
impl GetTestGridSessionOutput
sourcepub fn test_grid_session(&self) -> Option<&TestGridSession>
pub fn test_grid_session(&self) -> Option<&TestGridSession>
The TestGridSession that was requested.
sourceimpl GetTestGridSessionOutput
impl GetTestGridSessionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetTestGridSessionOutput.
Trait Implementations
sourceimpl Clone for GetTestGridSessionOutput
impl Clone for GetTestGridSessionOutput
sourcefn clone(&self) -> GetTestGridSessionOutput
fn clone(&self) -> GetTestGridSessionOutput
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 GetTestGridSessionOutput
impl Debug for GetTestGridSessionOutput
sourceimpl PartialEq<GetTestGridSessionOutput> for GetTestGridSessionOutput
impl PartialEq<GetTestGridSessionOutput> for GetTestGridSessionOutput
sourcefn eq(&self, other: &GetTestGridSessionOutput) -> bool
fn eq(&self, other: &GetTestGridSessionOutput) -> bool
impl StructuralPartialEq for GetTestGridSessionOutput
Auto Trait Implementations
impl RefUnwindSafe for GetTestGridSessionOutput
impl Send for GetTestGridSessionOutput
impl Sync for GetTestGridSessionOutput
impl Unpin for GetTestGridSessionOutput
impl UnwindSafe for GetTestGridSessionOutput
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