pub struct NodeRow {
pub node_key: NodeKey,
pub type_id: GtsTypeId,
pub name: Option<String>,
pub payload: Option<Value>,
pub envelope: ElementEnvelope,
}Expand description
One row of the tabular projection.
Fields§
§node_key: NodeKey§type_id: GtsTypeId§name: Option<String>§payload: Option<Value>§envelope: ElementEnvelopeGear-assigned audit envelope (fr-audit-envelope). On this path it is
also the only carrier of the observed revision: the page wrapper is
the platform’s and has no member for one.
Trait Implementations§
impl StructuralPartialEq for NodeRow
Auto Trait Implementations§
impl Freeze for NodeRow
impl RefUnwindSafe for NodeRow
impl Send for NodeRow
impl Sync for NodeRow
impl Unpin for NodeRow
impl UnsafeUnpin for NodeRow
impl UnwindSafe for NodeRow
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