pub struct AssetIR {
pub name: String,
pub path: String,
pub size: usize,
pub content_type: String,
pub hash: ContentHash,
}
Fields§
§name: String
§path: String
§size: usize
§content_type: String
§hash: ContentHash
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AssetIR
impl<'de> Deserialize<'de> for AssetIR
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 StructuralPartialEq for AssetIR
Auto Trait Implementations§
impl Freeze for AssetIR
impl RefUnwindSafe for AssetIR
impl Send for AssetIR
impl Sync for AssetIR
impl Unpin for AssetIR
impl UnwindSafe for AssetIR
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