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