pub struct KnowledgeCommitV1 {
pub state_root: String,
pub commit_digest: String,
pub parents: Vec<String>,
pub object_root: String,
pub event_root: String,
pub policy_root: String,
pub sequence: u64,
pub actor: String,
}Fields§
§state_root: String§commit_digest: String§parents: Vec<String>§object_root: String§event_root: String§policy_root: String§sequence: u64§actor: StringTrait Implementations§
Source§impl Clone for KnowledgeCommitV1
impl Clone for KnowledgeCommitV1
Source§fn clone(&self) -> KnowledgeCommitV1
fn clone(&self) -> KnowledgeCommitV1
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 KnowledgeCommitV1
impl Debug for KnowledgeCommitV1
Source§impl PartialEq for KnowledgeCommitV1
impl PartialEq for KnowledgeCommitV1
impl StructuralPartialEq for KnowledgeCommitV1
Auto Trait Implementations§
impl Freeze for KnowledgeCommitV1
impl RefUnwindSafe for KnowledgeCommitV1
impl Send for KnowledgeCommitV1
impl Sync for KnowledgeCommitV1
impl Unpin for KnowledgeCommitV1
impl UnsafeUnpin for KnowledgeCommitV1
impl UnwindSafe for KnowledgeCommitV1
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