Struct aws_sdk_devicefarm::output::GetProjectOutput
source · [−]#[non_exhaustive]pub struct GetProjectOutput { /* private fields */ }Expand description
Represents the result of a get project request.
Implementations
sourceimpl GetProjectOutput
impl GetProjectOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetProjectOutput.
Trait Implementations
sourceimpl Clone for GetProjectOutput
impl Clone for GetProjectOutput
sourcefn clone(&self) -> GetProjectOutput
fn clone(&self) -> GetProjectOutput
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 GetProjectOutput
impl Debug for GetProjectOutput
sourceimpl PartialEq<GetProjectOutput> for GetProjectOutput
impl PartialEq<GetProjectOutput> for GetProjectOutput
sourcefn eq(&self, other: &GetProjectOutput) -> bool
fn eq(&self, other: &GetProjectOutput) -> bool
impl StructuralPartialEq for GetProjectOutput
Auto Trait Implementations
impl RefUnwindSafe for GetProjectOutput
impl Send for GetProjectOutput
impl Sync for GetProjectOutput
impl Unpin for GetProjectOutput
impl UnwindSafe for GetProjectOutput
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