pub struct AgenticGraphIdentity {
pub source: AgenticSourceProvenance,
pub graph_digest: String,
pub block_size: usize,
pub node_count: usize,
pub play_count: usize,
}Fields§
§source: AgenticSourceProvenance§graph_digest: String§block_size: usize§node_count: usize§play_count: usizeTrait Implementations§
Source§impl Clone for AgenticGraphIdentity
impl Clone for AgenticGraphIdentity
Source§fn clone(&self) -> AgenticGraphIdentity
fn clone(&self) -> AgenticGraphIdentity
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 AgenticGraphIdentity
impl Debug for AgenticGraphIdentity
impl Eq for AgenticGraphIdentity
Source§impl PartialEq for AgenticGraphIdentity
impl PartialEq for AgenticGraphIdentity
Source§impl Serialize for AgenticGraphIdentity
impl Serialize for AgenticGraphIdentity
impl StructuralPartialEq for AgenticGraphIdentity
Auto Trait Implementations§
impl Freeze for AgenticGraphIdentity
impl RefUnwindSafe for AgenticGraphIdentity
impl Send for AgenticGraphIdentity
impl Sync for AgenticGraphIdentity
impl Unpin for AgenticGraphIdentity
impl UnsafeUnpin for AgenticGraphIdentity
impl UnwindSafe for AgenticGraphIdentity
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.