pub struct MemoryOntologyGraphReport {
pub type_nodes: usize,
pub relations: usize,
}Fields§
§type_nodes: usize§relations: usizeTrait Implementations§
Source§impl Clone for MemoryOntologyGraphReport
impl Clone for MemoryOntologyGraphReport
Source§fn clone(&self) -> MemoryOntologyGraphReport
fn clone(&self) -> MemoryOntologyGraphReport
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 MemoryOntologyGraphReport
impl Debug for MemoryOntologyGraphReport
Source§impl<'de> Deserialize<'de> for MemoryOntologyGraphReport
impl<'de> Deserialize<'de> for MemoryOntologyGraphReport
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for MemoryOntologyGraphReport
Source§impl PartialEq for MemoryOntologyGraphReport
impl PartialEq for MemoryOntologyGraphReport
Source§fn eq(&self, other: &MemoryOntologyGraphReport) -> bool
fn eq(&self, other: &MemoryOntologyGraphReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MemoryOntologyGraphReport
Auto Trait Implementations§
impl Freeze for MemoryOntologyGraphReport
impl RefUnwindSafe for MemoryOntologyGraphReport
impl Send for MemoryOntologyGraphReport
impl Sync for MemoryOntologyGraphReport
impl Unpin for MemoryOntologyGraphReport
impl UnsafeUnpin for MemoryOntologyGraphReport
impl UnwindSafe for MemoryOntologyGraphReport
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