pub struct FlowBundle {
pub version: FlowBundleVersion,
pub flow: FlowDoc,
}Fields§
§version: FlowBundleVersion§flow: FlowDocImplementations§
Trait Implementations§
Source§impl Clone for FlowBundle
impl Clone for FlowBundle
Source§fn clone(&self) -> FlowBundle
fn clone(&self) -> FlowBundle
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 FlowBundle
impl RefUnwindSafe for FlowBundle
impl Send for FlowBundle
impl Sync for FlowBundle
impl Unpin for FlowBundle
impl UnwindSafe for FlowBundle
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