pub struct FlowDataOutput { /* private fields */ }
Expand description
A FlowData
representation that can serialized and deserialized, and is easily modifable by
human.
Implementations§
Source§impl FlowDataOutput
impl FlowDataOutput
Sourcepub fn new(source: FlowData) -> FlowDataOutput
pub fn new(source: FlowData) -> FlowDataOutput
Create a new FlowDataOutput
from a FlowData
§Panics
This function will panic if anything in the FlowData
is invalid
Sourcepub fn generate_flowdata(&self) -> FlowData
pub fn generate_flowdata(&self) -> FlowData
Trait Implementations§
Source§impl Debug for FlowDataOutput
impl Debug for FlowDataOutput
Source§impl<'de> Deserialize<'de> for FlowDataOutput
impl<'de> Deserialize<'de> for FlowDataOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FlowDataOutput
impl RefUnwindSafe for FlowDataOutput
impl Send for FlowDataOutput
impl Sync for FlowDataOutput
impl Unpin for FlowDataOutput
impl UnwindSafe for FlowDataOutput
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