pub struct DocumentMetadataView {
pub unresolved_count: usize,
pub diagnostic_keys: Vec<String>,
}Fields§
§unresolved_count: usize§diagnostic_keys: Vec<String>Trait Implementations§
Source§impl Clone for DocumentMetadataView
impl Clone for DocumentMetadataView
Source§fn clone(&self) -> DocumentMetadataView
fn clone(&self) -> DocumentMetadataView
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 DocumentMetadataView
impl Debug for DocumentMetadataView
Source§impl<'de> Deserialize<'de> for DocumentMetadataView
impl<'de> Deserialize<'de> for DocumentMetadataView
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
Source§impl PartialEq for DocumentMetadataView
impl PartialEq for DocumentMetadataView
Source§fn eq(&self, other: &DocumentMetadataView) -> bool
fn eq(&self, other: &DocumentMetadataView) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DocumentMetadataView
impl Serialize for DocumentMetadataView
impl Eq for DocumentMetadataView
impl StructuralPartialEq for DocumentMetadataView
Auto Trait Implementations§
impl Freeze for DocumentMetadataView
impl RefUnwindSafe for DocumentMetadataView
impl Send for DocumentMetadataView
impl Sync for DocumentMetadataView
impl Unpin for DocumentMetadataView
impl UnsafeUnpin for DocumentMetadataView
impl UnwindSafe for DocumentMetadataView
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,
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.