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