Struct aws_sdk_devicefarm::model::UniqueProblem
source · [−]#[non_exhaustive]pub struct UniqueProblem { /* private fields */ }Expand description
A collection of one or more problems, grouped by their result.
Implementations
sourceimpl UniqueProblem
impl UniqueProblem
sourceimpl UniqueProblem
impl UniqueProblem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UniqueProblem.
Trait Implementations
sourceimpl Clone for UniqueProblem
impl Clone for UniqueProblem
sourcefn clone(&self) -> UniqueProblem
fn clone(&self) -> UniqueProblem
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 UniqueProblem
impl Debug for UniqueProblem
sourceimpl PartialEq<UniqueProblem> for UniqueProblem
impl PartialEq<UniqueProblem> for UniqueProblem
sourcefn eq(&self, other: &UniqueProblem) -> bool
fn eq(&self, other: &UniqueProblem) -> bool
impl StructuralPartialEq for UniqueProblem
Auto Trait Implementations
impl RefUnwindSafe for UniqueProblem
impl Send for UniqueProblem
impl Sync for UniqueProblem
impl Unpin for UniqueProblem
impl UnwindSafe for UniqueProblem
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