pub struct FlowEntry {
pub name: String,
pub yaml: String,
}Fields§
§name: String§yaml: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for FlowEntry
impl RefUnwindSafe for FlowEntry
impl Send for FlowEntry
impl Sync for FlowEntry
impl Unpin for FlowEntry
impl UnsafeUnpin for FlowEntry
impl UnwindSafe for FlowEntry
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