pub struct HtmlExportContractMatrix {
pub entries: Vec<HtmlExportContractEntry>,
}Fields§
§entries: Vec<HtmlExportContractEntry>Implementations§
Source§impl HtmlExportContractMatrix
impl HtmlExportContractMatrix
pub fn v0_1() -> Self
pub fn incomplete_entries(&self) -> Vec<&HtmlExportContractEntry>
pub fn kdv_owned_incomplete_entries(&self) -> Vec<&HtmlExportContractEntry>
pub fn is_complete(&self) -> bool
pub fn is_kdv_owned_complete(&self) -> bool
pub fn contains_feature( &self, feature: &str, readiness: HtmlExportReadiness, ) -> bool
Trait Implementations§
Source§impl Clone for HtmlExportContractMatrix
impl Clone for HtmlExportContractMatrix
Source§fn clone(&self) -> HtmlExportContractMatrix
fn clone(&self) -> HtmlExportContractMatrix
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 HtmlExportContractMatrix
impl Debug for HtmlExportContractMatrix
Source§impl<'de> Deserialize<'de> for HtmlExportContractMatrix
impl<'de> Deserialize<'de> for HtmlExportContractMatrix
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 HtmlExportContractMatrix
impl PartialEq for HtmlExportContractMatrix
Source§fn eq(&self, other: &HtmlExportContractMatrix) -> bool
fn eq(&self, other: &HtmlExportContractMatrix) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for HtmlExportContractMatrix
impl Serialize for HtmlExportContractMatrix
impl Eq for HtmlExportContractMatrix
impl StructuralPartialEq for HtmlExportContractMatrix
Auto Trait Implementations§
impl Freeze for HtmlExportContractMatrix
impl RefUnwindSafe for HtmlExportContractMatrix
impl Send for HtmlExportContractMatrix
impl Sync for HtmlExportContractMatrix
impl Unpin for HtmlExportContractMatrix
impl UnsafeUnpin for HtmlExportContractMatrix
impl UnwindSafe for HtmlExportContractMatrix
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.