pub struct CompositionMatrixMeta {
pub schema_version: String,
pub manifest_ref: String,
pub description: String,
}Expand description
Top-level matrix metadata.
Fields§
§schema_version: String§manifest_ref: String§description: StringTrait Implementations§
Source§impl Clone for CompositionMatrixMeta
impl Clone for CompositionMatrixMeta
Source§fn clone(&self) -> CompositionMatrixMeta
fn clone(&self) -> CompositionMatrixMeta
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 CompositionMatrixMeta
impl Debug for CompositionMatrixMeta
Source§impl<'de> Deserialize<'de> for CompositionMatrixMeta
impl<'de> Deserialize<'de> for CompositionMatrixMeta
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 CompositionMatrixMeta
Source§impl PartialEq for CompositionMatrixMeta
impl PartialEq for CompositionMatrixMeta
impl StructuralPartialEq for CompositionMatrixMeta
Auto Trait Implementations§
impl Freeze for CompositionMatrixMeta
impl RefUnwindSafe for CompositionMatrixMeta
impl Send for CompositionMatrixMeta
impl Sync for CompositionMatrixMeta
impl Unpin for CompositionMatrixMeta
impl UnsafeUnpin for CompositionMatrixMeta
impl UnwindSafe for CompositionMatrixMeta
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.