#[non_exhaustive]pub struct DevicePoolCompatibilityResult { /* private fields */ }Expand description
Represents a device pool compatibility result.
Implementations§
source§impl DevicePoolCompatibilityResult
impl DevicePoolCompatibilityResult
sourcepub fn device(&self) -> Option<&Device>
pub fn device(&self) -> Option<&Device>
The device (phone or tablet) to return information about.
sourcepub fn compatible(&self) -> Option<bool>
pub fn compatible(&self) -> Option<bool>
Whether the result was compatible with the device pool.
sourcepub fn incompatibility_messages(&self) -> Option<&[IncompatibilityMessage]>
pub fn incompatibility_messages(&self) -> Option<&[IncompatibilityMessage]>
Information about the compatibility.
source§impl DevicePoolCompatibilityResult
impl DevicePoolCompatibilityResult
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DevicePoolCompatibilityResult.
Trait Implementations§
source§impl Clone for DevicePoolCompatibilityResult
impl Clone for DevicePoolCompatibilityResult
source§fn clone(&self) -> DevicePoolCompatibilityResult
fn clone(&self) -> DevicePoolCompatibilityResult
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more