Struct aws_sdk_devicefarm::model::TestGridSessionAction
source · [−]#[non_exhaustive]pub struct TestGridSessionAction { /* private fields */ }Expand description
An action taken by a TestGridSession browser instance.
Implementations
sourceimpl TestGridSessionAction
impl TestGridSessionAction
sourcepub fn duration(&self) -> Option<i64>
pub fn duration(&self) -> Option<i64>
The time, in milliseconds, that the action took to complete in the browser.
sourcepub fn status_code(&self) -> Option<&str>
pub fn status_code(&self) -> Option<&str>
HTTP status code returned to the browser when the action was taken.
sourcepub fn request_method(&self) -> Option<&str>
pub fn request_method(&self) -> Option<&str>
HTTP method that the browser used to make the request.
sourceimpl TestGridSessionAction
impl TestGridSessionAction
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TestGridSessionAction.
Trait Implementations
sourceimpl Clone for TestGridSessionAction
impl Clone for TestGridSessionAction
sourcefn clone(&self) -> TestGridSessionAction
fn clone(&self) -> TestGridSessionAction
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 TestGridSessionAction
impl Debug for TestGridSessionAction
sourceimpl PartialEq<TestGridSessionAction> for TestGridSessionAction
impl PartialEq<TestGridSessionAction> for TestGridSessionAction
sourcefn eq(&self, other: &TestGridSessionAction) -> bool
fn eq(&self, other: &TestGridSessionAction) -> bool
impl StructuralPartialEq for TestGridSessionAction
Auto Trait Implementations
impl RefUnwindSafe for TestGridSessionAction
impl Send for TestGridSessionAction
impl Sync for TestGridSessionAction
impl Unpin for TestGridSessionAction
impl UnwindSafe for TestGridSessionAction
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