pub struct KnowledgeEventV1 {
pub id: String,
pub transaction_id: String,
pub actor: String,
pub actor_counter: u64,
pub kind: String,
pub target: String,
pub payload: String,
}Fields§
§id: String§transaction_id: String§actor: String§actor_counter: u64§kind: String§target: String§payload: StringTrait Implementations§
Source§impl Clone for KnowledgeEventV1
impl Clone for KnowledgeEventV1
Source§fn clone(&self) -> KnowledgeEventV1
fn clone(&self) -> KnowledgeEventV1
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 KnowledgeEventV1
impl Debug for KnowledgeEventV1
Source§impl PartialEq for KnowledgeEventV1
impl PartialEq for KnowledgeEventV1
impl StructuralPartialEq for KnowledgeEventV1
Auto Trait Implementations§
impl Freeze for KnowledgeEventV1
impl RefUnwindSafe for KnowledgeEventV1
impl Send for KnowledgeEventV1
impl Sync for KnowledgeEventV1
impl Unpin for KnowledgeEventV1
impl UnsafeUnpin for KnowledgeEventV1
impl UnwindSafe for KnowledgeEventV1
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