pub struct ElementId {
pub id: String,
pub content_hash: String,
}Expand description
Element ID with content hash validation
Fields§
§id: StringPosition-based hierarchical ID
content_hash: StringSHA-256 hash of element content (hex string)
Implementations§
Trait Implementations§
impl Eq for ElementId
impl StructuralPartialEq for ElementId
Auto Trait Implementations§
impl Freeze for ElementId
impl RefUnwindSafe for ElementId
impl Send for ElementId
impl Sync for ElementId
impl Unpin for ElementId
impl UnwindSafe for ElementId
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