Struct aws_sdk_devicefarm::model::IncompatibilityMessage
source · [−]#[non_exhaustive]pub struct IncompatibilityMessage { /* private fields */ }Expand description
Represents information about incompatibility.
Implementations
sourceimpl IncompatibilityMessage
impl IncompatibilityMessage
sourcepub fn type(&self) -> Option<&DeviceAttribute>
pub fn type(&self) -> Option<&DeviceAttribute>
The type of incompatibility.
Allowed values include:
-
ARN
-
FORM_FACTOR (for example, phone or tablet)
-
MANUFACTURER
-
PLATFORM (for example, Android or iOS)
-
REMOTE_ACCESS_ENABLED
-
APPIUM_VERSION
sourceimpl IncompatibilityMessage
impl IncompatibilityMessage
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IncompatibilityMessage.
Trait Implementations
sourceimpl Clone for IncompatibilityMessage
impl Clone for IncompatibilityMessage
sourcefn clone(&self) -> IncompatibilityMessage
fn clone(&self) -> IncompatibilityMessage
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 IncompatibilityMessage
impl Debug for IncompatibilityMessage
sourceimpl PartialEq<IncompatibilityMessage> for IncompatibilityMessage
impl PartialEq<IncompatibilityMessage> for IncompatibilityMessage
sourcefn eq(&self, other: &IncompatibilityMessage) -> bool
fn eq(&self, other: &IncompatibilityMessage) -> bool
impl StructuralPartialEq for IncompatibilityMessage
Auto Trait Implementations
impl RefUnwindSafe for IncompatibilityMessage
impl Send for IncompatibilityMessage
impl Sync for IncompatibilityMessage
impl Unpin for IncompatibilityMessage
impl UnwindSafe for IncompatibilityMessage
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