pub struct AssetCreator {
pub id: u64,
pub kind: String,
pub type_id: u32,
}Fields§
§id: u64§kind: String§type_id: u32Trait Implementations§
Source§impl Clone for AssetCreator
impl Clone for AssetCreator
Source§fn clone(&self) -> AssetCreator
fn clone(&self) -> AssetCreator
Returns a duplicate of the value. Read more
1.0.0 · 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 AssetCreator
impl Debug for AssetCreator
Source§impl<'de> Deserialize<'de> for AssetCreator
impl<'de> Deserialize<'de> for AssetCreator
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 AssetCreator
impl PartialEq for AssetCreator
Source§impl Serialize for AssetCreator
impl Serialize for AssetCreator
impl Eq for AssetCreator
impl StructuralPartialEq for AssetCreator
Auto Trait Implementations§
impl Freeze for AssetCreator
impl RefUnwindSafe for AssetCreator
impl Send for AssetCreator
impl Sync for AssetCreator
impl Unpin for AssetCreator
impl UnwindSafe for AssetCreator
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