Struct aws_sdk_devicefarm::model::TestGridSessionArtifact
source · [−]#[non_exhaustive]pub struct TestGridSessionArtifact { /* private fields */ }Expand description
Artifacts are video and other files that are produced in the process of running a browser in an automated context.
Video elements might be broken up into multiple artifacts as they grow in size during creation.
Implementations
sourceimpl TestGridSessionArtifact
impl TestGridSessionArtifact
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TestGridSessionArtifact.
Trait Implementations
sourceimpl Clone for TestGridSessionArtifact
impl Clone for TestGridSessionArtifact
sourcefn clone(&self) -> TestGridSessionArtifact
fn clone(&self) -> TestGridSessionArtifact
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 TestGridSessionArtifact
impl Debug for TestGridSessionArtifact
sourceimpl PartialEq<TestGridSessionArtifact> for TestGridSessionArtifact
impl PartialEq<TestGridSessionArtifact> for TestGridSessionArtifact
sourcefn eq(&self, other: &TestGridSessionArtifact) -> bool
fn eq(&self, other: &TestGridSessionArtifact) -> bool
impl StructuralPartialEq for TestGridSessionArtifact
Auto Trait Implementations
impl RefUnwindSafe for TestGridSessionArtifact
impl Send for TestGridSessionArtifact
impl Sync for TestGridSessionArtifact
impl Unpin for TestGridSessionArtifact
impl UnwindSafe for TestGridSessionArtifact
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