pub struct FlowToCreate {
pub fragment: Option<Fragment>,
pub name: String,
pub namespace: NamespaceId,
pub status: FlowStatus,
}Fields§
§fragment: Option<Fragment>§name: String§namespace: NamespaceId§status: FlowStatusTrait Implementations§
Source§impl Clone for FlowToCreate
impl Clone for FlowToCreate
Source§fn clone(&self) -> FlowToCreate
fn clone(&self) -> FlowToCreate
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for FlowToCreate
impl RefUnwindSafe for FlowToCreate
impl Send for FlowToCreate
impl Sync for FlowToCreate
impl Unpin for FlowToCreate
impl UnwindSafe for FlowToCreate
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