pub struct SheafInconsistency {
pub sections: (SectionId, SectionId),
pub overlap: Domain,
pub discrepancy: f64,
}Expand description
Sheaf inconsistency record
Fields§
§sections: (SectionId, SectionId)§overlap: Domain§discrepancy: f64Trait Implementations§
Source§impl Clone for SheafInconsistency
impl Clone for SheafInconsistency
Source§fn clone(&self) -> SheafInconsistency
fn clone(&self) -> SheafInconsistency
Returns a duplicate of the value. Read more
1.0.0 · 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 SheafInconsistency
impl Debug for SheafInconsistency
Source§impl<'de> Deserialize<'de> for SheafInconsistency
impl<'de> Deserialize<'de> for SheafInconsistency
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
Auto Trait Implementations§
impl Freeze for SheafInconsistency
impl RefUnwindSafe for SheafInconsistency
impl Send for SheafInconsistency
impl Sync for SheafInconsistency
impl Unpin for SheafInconsistency
impl UnwindSafe for SheafInconsistency
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