pub enum ProjectionSchemaFamily {
FlowGraph,
RunTimeline,
StepDossier,
HumanInbox,
RunOverview,
}Expand description
One schema family of the projection protocol (closed five — spine
§10.1; the timeline family’s root is the page envelope, which embeds
RunTimelineEntry).
Variants§
FlowGraph
FlowGraphView.
RunTimeline
TimelinePage (embeds RunTimelineEntry).
StepDossier
StepDossierView.
HumanInbox
HumanInboxEntry.
RunOverview
RunOverview.
Implementations§
Trait Implementations§
Source§impl Clone for ProjectionSchemaFamily
impl Clone for ProjectionSchemaFamily
Source§fn clone(&self) -> ProjectionSchemaFamily
fn clone(&self) -> ProjectionSchemaFamily
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ProjectionSchemaFamily
Source§impl Debug for ProjectionSchemaFamily
impl Debug for ProjectionSchemaFamily
impl Eq for ProjectionSchemaFamily
Source§impl PartialEq for ProjectionSchemaFamily
impl PartialEq for ProjectionSchemaFamily
impl StructuralPartialEq for ProjectionSchemaFamily
Auto Trait Implementations§
impl Freeze for ProjectionSchemaFamily
impl RefUnwindSafe for ProjectionSchemaFamily
impl Send for ProjectionSchemaFamily
impl Sync for ProjectionSchemaFamily
impl Unpin for ProjectionSchemaFamily
impl UnsafeUnpin for ProjectionSchemaFamily
impl UnwindSafe for ProjectionSchemaFamily
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