Struct aws_sdk_appflow::output::UpdateFlowOutput
source · [−]#[non_exhaustive]pub struct UpdateFlowOutput { /* private fields */ }
Implementations
sourceimpl UpdateFlowOutput
impl UpdateFlowOutput
sourcepub fn flow_status(&self) -> Option<&FlowStatus>
pub fn flow_status(&self) -> Option<&FlowStatus>
Indicates the current status of the flow.
sourceimpl UpdateFlowOutput
impl UpdateFlowOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateFlowOutput
.
Trait Implementations
sourceimpl Clone for UpdateFlowOutput
impl Clone for UpdateFlowOutput
sourcefn clone(&self) -> UpdateFlowOutput
fn clone(&self) -> UpdateFlowOutput
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 UpdateFlowOutput
impl Debug for UpdateFlowOutput
sourceimpl PartialEq<UpdateFlowOutput> for UpdateFlowOutput
impl PartialEq<UpdateFlowOutput> for UpdateFlowOutput
sourcefn eq(&self, other: &UpdateFlowOutput) -> bool
fn eq(&self, other: &UpdateFlowOutput) -> bool
impl StructuralPartialEq for UpdateFlowOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateFlowOutput
impl Send for UpdateFlowOutput
impl Sync for UpdateFlowOutput
impl Unpin for UpdateFlowOutput
impl UnwindSafe for UpdateFlowOutput
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