pub struct DigestedAsset {
pub path: LogicalAssetPath,
pub digest: AssetDigest,
}Expand description
A local asset path paired with the digest of its exact bytes.
Fields§
§path: LogicalAssetPath§digest: AssetDigestImplementations§
Source§impl DigestedAsset
impl DigestedAsset
pub const fn new(path: LogicalAssetPath, digest: AssetDigest) -> Self
Trait Implementations§
Source§impl Clone for DigestedAsset
impl Clone for DigestedAsset
Source§impl Debug for DigestedAsset
impl Debug for DigestedAsset
impl Eq for DigestedAsset
Source§impl PartialEq for DigestedAsset
impl PartialEq for DigestedAsset
impl StructuralPartialEq for DigestedAsset
Auto Trait Implementations§
impl Freeze for DigestedAsset
impl RefUnwindSafe for DigestedAsset
impl Send for DigestedAsset
impl Sync for DigestedAsset
impl Unpin for DigestedAsset
impl UnsafeUnpin for DigestedAsset
impl UnwindSafe for DigestedAsset
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