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