pub enum FlowElementSnapshot {
Block(BlockSnapshot),
Table(TableSnapshot),
Frame(FrameSnapshot),
}Expand description
Snapshot of one flow element.
Variants§
Trait Implementations§
Source§impl Clone for FlowElementSnapshot
impl Clone for FlowElementSnapshot
Source§fn clone(&self) -> FlowElementSnapshot
fn clone(&self) -> FlowElementSnapshot
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 moreSource§impl Debug for FlowElementSnapshot
impl Debug for FlowElementSnapshot
Source§impl PartialEq for FlowElementSnapshot
impl PartialEq for FlowElementSnapshot
impl Eq for FlowElementSnapshot
impl StructuralPartialEq for FlowElementSnapshot
Auto Trait Implementations§
impl Freeze for FlowElementSnapshot
impl RefUnwindSafe for FlowElementSnapshot
impl Send for FlowElementSnapshot
impl Sync for FlowElementSnapshot
impl Unpin for FlowElementSnapshot
impl UnsafeUnpin for FlowElementSnapshot
impl UnwindSafe for FlowElementSnapshot
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