pub enum FlowSetBody {
Template(Templates),
OptionsTemplate(OptionsTemplates),
Data(Data),
OptionsData(OptionsData),
}
Variants§
Trait Implementations§
Source§impl Clone for FlowSetBody
impl Clone for FlowSetBody
Source§fn clone(&self) -> FlowSetBody
fn clone(&self) -> FlowSetBody
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 FlowSetBody
impl Debug for FlowSetBody
Source§impl PartialEq for FlowSetBody
impl PartialEq for FlowSetBody
Source§impl Serialize for FlowSetBody
impl Serialize for FlowSetBody
impl StructuralPartialEq for FlowSetBody
Auto Trait Implementations§
impl Freeze for FlowSetBody
impl RefUnwindSafe for FlowSetBody
impl Send for FlowSetBody
impl Sync for FlowSetBody
impl Unpin for FlowSetBody
impl UnwindSafe for FlowSetBody
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