pub struct CellRecord { /* private fields */ }Expand description
Immutable durable calculation cell record.
Implementations§
Source§impl CellRecord
impl CellRecord
Sourcepub fn name(&self) -> &NamespaceName
pub fn name(&self) -> &NamespaceName
Current child name.
Sourcepub fn source(&self) -> Option<&SourceRecord>
pub fn source(&self) -> Option<&SourceRecord>
Optional source provenance.
Sourcepub fn policy_patch(&self) -> &CodecPolicyPatch
pub fn policy_patch(&self) -> &CodecPolicyPatch
Local policy patch.
Sourcepub fn created_at(&self) -> Stamp
pub fn created_at(&self) -> Stamp
Creation stamp.
Trait Implementations§
Source§impl Clone for CellRecord
impl Clone for CellRecord
Source§fn clone(&self) -> CellRecord
fn clone(&self) -> CellRecord
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 CellRecord
impl Debug for CellRecord
impl Eq for CellRecord
Source§impl PartialEq for CellRecord
impl PartialEq for CellRecord
impl StructuralPartialEq for CellRecord
Auto Trait Implementations§
impl Freeze for CellRecord
impl RefUnwindSafe for CellRecord
impl Send for CellRecord
impl Sync for CellRecord
impl Unpin for CellRecord
impl UnsafeUnpin for CellRecord
impl UnwindSafe for CellRecord
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