pub struct AssertionDraftV1 {
pub assertion_id: String,
pub namespace: String,
pub content: String,
pub source_spans: Vec<SourceSpanRefV1>,
pub dependency_fact_ids: Vec<String>,
}Expand description
One proposed canonical assertion and its complete source grounding.
Fields§
§assertion_id: String§namespace: String§content: String§source_spans: Vec<SourceSpanRefV1>§dependency_fact_ids: Vec<String>Implementations§
Trait Implementations§
Source§impl Clone for AssertionDraftV1
impl Clone for AssertionDraftV1
Source§fn clone(&self) -> AssertionDraftV1
fn clone(&self) -> AssertionDraftV1
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 AssertionDraftV1
impl Debug for AssertionDraftV1
Source§impl<'de> Deserialize<'de> for AssertionDraftV1
impl<'de> Deserialize<'de> for AssertionDraftV1
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 AssertionDraftV1
Source§impl PartialEq for AssertionDraftV1
impl PartialEq for AssertionDraftV1
Source§impl Serialize for AssertionDraftV1
impl Serialize for AssertionDraftV1
impl StructuralPartialEq for AssertionDraftV1
Auto Trait Implementations§
impl Freeze for AssertionDraftV1
impl RefUnwindSafe for AssertionDraftV1
impl Send for AssertionDraftV1
impl Sync for AssertionDraftV1
impl Unpin for AssertionDraftV1
impl UnsafeUnpin for AssertionDraftV1
impl UnwindSafe for AssertionDraftV1
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.