pub struct NodeWrite {
pub idempotency_id: String,
pub provenance_id: ObjectId,
pub author: String,
pub contents: NodeContents,
}Expand description
Shared input for idempotent node creation and update.
Fields§
§idempotency_id: StringStable 16-byte request identity encoded as lowercase hexadecimal.
provenance_id: ObjectIdStored application provenance used to describe the Kweb transaction.
Author or model attribution recorded on the Kweb transaction.
contents: NodeContentsComplete ordinary node fields.
Trait Implementations§
impl Eq for NodeWrite
impl StructuralPartialEq for NodeWrite
Auto Trait Implementations§
impl Freeze for NodeWrite
impl RefUnwindSafe for NodeWrite
impl Send for NodeWrite
impl Sync for NodeWrite
impl Unpin for NodeWrite
impl UnsafeUnpin for NodeWrite
impl UnwindSafe for NodeWrite
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