pub struct AssetHash { /* private fields */ }
Expand description
The opaque hash type manganis uses to identify assets. Each time an asset or asset options change, this hash will change. This hash is included in the URL of the bundled asset for cache busting.
Implementations§
Auto Trait Implementations§
impl Freeze for AssetHash
impl RefUnwindSafe for AssetHash
impl Send for AssetHash
impl Sync for AssetHash
impl Unpin for AssetHash
impl UnwindSafe for AssetHash
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