pub struct ImportAsset {
pub module_id: Uuid,
pub tag: Version,
pub module_name: String,
pub id: Uuid,
pub import: Export,
}Fields§
§module_id: Uuid§tag: Version§module_name: String§id: Uuid§import: ExportTrait Implementations§
Source§impl Clone for ImportAsset
impl Clone for ImportAsset
Source§fn clone(&self) -> ImportAsset
fn clone(&self) -> ImportAsset
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 ImportAsset
impl Debug for ImportAsset
Source§impl<'de> Deserialize<'de> for ImportAsset
impl<'de> Deserialize<'de> for ImportAsset
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
Auto Trait Implementations§
impl Freeze for ImportAsset
impl RefUnwindSafe for ImportAsset
impl Send for ImportAsset
impl Sync for ImportAsset
impl Unpin for ImportAsset
impl UnsafeUnpin for ImportAsset
impl UnwindSafe for ImportAsset
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