#[non_exhaustive]pub struct ListTestGridSessionActionsOutput { /* private fields */ }Implementations
sourceimpl ListTestGridSessionActionsOutput
impl ListTestGridSessionActionsOutput
sourcepub fn actions(&self) -> Option<&[TestGridSessionAction]>
pub fn actions(&self) -> Option<&[TestGridSessionAction]>
The action taken by the session.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Pagination token.
sourceimpl ListTestGridSessionActionsOutput
impl ListTestGridSessionActionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListTestGridSessionActionsOutput.
Trait Implementations
sourceimpl Clone for ListTestGridSessionActionsOutput
impl Clone for ListTestGridSessionActionsOutput
sourcefn clone(&self) -> ListTestGridSessionActionsOutput
fn clone(&self) -> ListTestGridSessionActionsOutput
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 PartialEq<ListTestGridSessionActionsOutput> for ListTestGridSessionActionsOutput
impl PartialEq<ListTestGridSessionActionsOutput> for ListTestGridSessionActionsOutput
sourcefn eq(&self, other: &ListTestGridSessionActionsOutput) -> bool
fn eq(&self, other: &ListTestGridSessionActionsOutput) -> bool
impl StructuralPartialEq for ListTestGridSessionActionsOutput
Auto Trait Implementations
impl RefUnwindSafe for ListTestGridSessionActionsOutput
impl Send for ListTestGridSessionActionsOutput
impl Sync for ListTestGridSessionActionsOutput
impl Unpin for ListTestGridSessionActionsOutput
impl UnwindSafe for ListTestGridSessionActionsOutput
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