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