pub struct DesignSystemInfo {
pub name: String,
pub version: String,
pub description: String,
pub source: String,
}Fields§
§name: String§version: String§description: String§source: StringTrait Implementations§
Source§impl Clone for DesignSystemInfo
impl Clone for DesignSystemInfo
Source§fn clone(&self) -> DesignSystemInfo
fn clone(&self) -> DesignSystemInfo
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 DesignSystemInfo
impl Debug for DesignSystemInfo
Source§impl Default for DesignSystemInfo
impl Default for DesignSystemInfo
Source§fn default() -> DesignSystemInfo
fn default() -> DesignSystemInfo
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DesignSystemInfo
impl<'de> Deserialize<'de> for DesignSystemInfo
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 DesignSystemInfo
impl PartialEq for DesignSystemInfo
Source§fn eq(&self, other: &DesignSystemInfo) -> bool
fn eq(&self, other: &DesignSystemInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DesignSystemInfo
impl Serialize for DesignSystemInfo
impl StructuralPartialEq for DesignSystemInfo
Auto Trait Implementations§
impl Freeze for DesignSystemInfo
impl RefUnwindSafe for DesignSystemInfo
impl Send for DesignSystemInfo
impl Sync for DesignSystemInfo
impl Unpin for DesignSystemInfo
impl UnsafeUnpin for DesignSystemInfo
impl UnwindSafe for DesignSystemInfo
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