pub struct DeleteFlowDefinitionRequest {
pub flow_definition_name: String,
}
Fields§
§flow_definition_name: String
The name of the flow definition you are deleting.
Trait Implementations§
Source§impl Clone for DeleteFlowDefinitionRequest
impl Clone for DeleteFlowDefinitionRequest
Source§fn clone(&self) -> DeleteFlowDefinitionRequest
fn clone(&self) -> DeleteFlowDefinitionRequest
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 moreSource§impl Debug for DeleteFlowDefinitionRequest
impl Debug for DeleteFlowDefinitionRequest
Source§impl Default for DeleteFlowDefinitionRequest
impl Default for DeleteFlowDefinitionRequest
Source§fn default() -> DeleteFlowDefinitionRequest
fn default() -> DeleteFlowDefinitionRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DeleteFlowDefinitionRequest
Auto Trait Implementations§
impl Freeze for DeleteFlowDefinitionRequest
impl RefUnwindSafe for DeleteFlowDefinitionRequest
impl Send for DeleteFlowDefinitionRequest
impl Sync for DeleteFlowDefinitionRequest
impl Unpin for DeleteFlowDefinitionRequest
impl UnwindSafe for DeleteFlowDefinitionRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more