Struct aws_sdk_devicefarm::model::TestGridSession
source · [−]#[non_exhaustive]pub struct TestGridSession { /* private fields */ }Expand description
A TestGridSession is a single instance of a browser launched from the URL provided by a call to CreateTestGridUrl.
Implementations
sourceimpl TestGridSession
impl TestGridSession
sourcepub fn status(&self) -> Option<&TestGridSessionStatus>
pub fn status(&self) -> Option<&TestGridSessionStatus>
The state of the session.
sourcepub fn billing_minutes(&self) -> Option<f64>
pub fn billing_minutes(&self) -> Option<f64>
The number of billed minutes that were used for this session.
sourcepub fn selenium_properties(&self) -> Option<&str>
pub fn selenium_properties(&self) -> Option<&str>
A JSON object of options and parameters passed to the Selenium WebDriver.
sourceimpl TestGridSession
impl TestGridSession
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TestGridSession.
Trait Implementations
sourceimpl Clone for TestGridSession
impl Clone for TestGridSession
sourcefn clone(&self) -> TestGridSession
fn clone(&self) -> TestGridSession
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 TestGridSession
impl Debug for TestGridSession
sourceimpl PartialEq<TestGridSession> for TestGridSession
impl PartialEq<TestGridSession> for TestGridSession
sourcefn eq(&self, other: &TestGridSession) -> bool
fn eq(&self, other: &TestGridSession) -> bool
impl StructuralPartialEq for TestGridSession
Auto Trait Implementations
impl RefUnwindSafe for TestGridSession
impl Send for TestGridSession
impl Sync for TestGridSession
impl Unpin for TestGridSession
impl UnwindSafe for TestGridSession
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