pub enum ProjectionEvent {
GraphNodeMaterialized(GraphNodeMaterializedEvent),
GraphRelationMaterialized(GraphRelationMaterializedEvent),
NodeDetailMaterialized(NodeDetailMaterializedEvent),
}Variants§
GraphNodeMaterialized(GraphNodeMaterializedEvent)
GraphRelationMaterialized(GraphRelationMaterializedEvent)
NodeDetailMaterialized(NodeDetailMaterializedEvent)
Implementations§
Trait Implementations§
Source§impl Clone for ProjectionEvent
impl Clone for ProjectionEvent
Source§fn clone(&self) -> ProjectionEvent
fn clone(&self) -> ProjectionEvent
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 moreSource§impl Debug for ProjectionEvent
impl Debug for ProjectionEvent
impl Eq for ProjectionEvent
Source§impl PartialEq for ProjectionEvent
impl PartialEq for ProjectionEvent
impl StructuralPartialEq for ProjectionEvent
Auto Trait Implementations§
impl Freeze for ProjectionEvent
impl RefUnwindSafe for ProjectionEvent
impl Send for ProjectionEvent
impl Sync for ProjectionEvent
impl Unpin for ProjectionEvent
impl UnsafeUnpin for ProjectionEvent
impl UnwindSafe for ProjectionEvent
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