Struct aws_sdk_codepipeline::output::GetActionTypeOutput
source · [−]#[non_exhaustive]pub struct GetActionTypeOutput { /* private fields */ }Implementations
sourceimpl GetActionTypeOutput
impl GetActionTypeOutput
sourcepub fn action_type(&self) -> Option<&ActionTypeDeclaration>
pub fn action_type(&self) -> Option<&ActionTypeDeclaration>
The action type information for the requested action type, such as the action type ID.
sourceimpl GetActionTypeOutput
impl GetActionTypeOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetActionTypeOutput.
Trait Implementations
sourceimpl Clone for GetActionTypeOutput
impl Clone for GetActionTypeOutput
sourcefn clone(&self) -> GetActionTypeOutput
fn clone(&self) -> GetActionTypeOutput
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 GetActionTypeOutput
impl Debug for GetActionTypeOutput
sourceimpl PartialEq<GetActionTypeOutput> for GetActionTypeOutput
impl PartialEq<GetActionTypeOutput> for GetActionTypeOutput
sourcefn eq(&self, other: &GetActionTypeOutput) -> bool
fn eq(&self, other: &GetActionTypeOutput) -> bool
impl StructuralPartialEq for GetActionTypeOutput
Auto Trait Implementations
impl RefUnwindSafe for GetActionTypeOutput
impl Send for GetActionTypeOutput
impl Sync for GetActionTypeOutput
impl Unpin for GetActionTypeOutput
impl UnwindSafe for GetActionTypeOutput
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