pub struct ListTestGridSessionActionsRequest {
pub max_result: Option<i64>,
pub next_token: Option<String>,
pub session_arn: String,
}Fields§
§max_result: Option<i64>The maximum number of sessions to return per response.
next_token: Option<String>Pagination token.
session_arn: StringThe ARN of the session to retrieve.
Trait Implementations§
Source§impl Clone for ListTestGridSessionActionsRequest
impl Clone for ListTestGridSessionActionsRequest
Source§fn clone(&self) -> ListTestGridSessionActionsRequest
fn clone(&self) -> ListTestGridSessionActionsRequest
Returns a duplicate 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 Default for ListTestGridSessionActionsRequest
impl Default for ListTestGridSessionActionsRequest
Source§fn default() -> ListTestGridSessionActionsRequest
fn default() -> ListTestGridSessionActionsRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for ListTestGridSessionActionsRequest
impl PartialEq for ListTestGridSessionActionsRequest
Source§fn eq(&self, other: &ListTestGridSessionActionsRequest) -> bool
fn eq(&self, other: &ListTestGridSessionActionsRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ListTestGridSessionActionsRequest
Auto Trait Implementations§
impl Freeze for ListTestGridSessionActionsRequest
impl RefUnwindSafe for ListTestGridSessionActionsRequest
impl Send for ListTestGridSessionActionsRequest
impl Sync for ListTestGridSessionActionsRequest
impl Unpin for ListTestGridSessionActionsRequest
impl UnwindSafe for ListTestGridSessionActionsRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more