Struct aws_sdk_devicefarm::model::TestGridProject
source · [−]#[non_exhaustive]pub struct TestGridProject { /* private fields */ }Expand description
A Selenium testing project. Projects are used to collect and collate sessions.
Implementations
sourceimpl TestGridProject
impl TestGridProject
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A human-readable description for the project.
sourcepub fn vpc_config(&self) -> Option<&TestGridVpcConfig>
pub fn vpc_config(&self) -> Option<&TestGridVpcConfig>
The VPC security groups and subnets that are attached to a project.
sourceimpl TestGridProject
impl TestGridProject
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TestGridProject.
Trait Implementations
sourceimpl Clone for TestGridProject
impl Clone for TestGridProject
sourcefn clone(&self) -> TestGridProject
fn clone(&self) -> TestGridProject
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 TestGridProject
impl Debug for TestGridProject
sourceimpl PartialEq<TestGridProject> for TestGridProject
impl PartialEq<TestGridProject> for TestGridProject
sourcefn eq(&self, other: &TestGridProject) -> bool
fn eq(&self, other: &TestGridProject) -> bool
impl StructuralPartialEq for TestGridProject
Auto Trait Implementations
impl RefUnwindSafe for TestGridProject
impl Send for TestGridProject
impl Sync for TestGridProject
impl Unpin for TestGridProject
impl UnwindSafe for TestGridProject
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