pub struct AssetFromHttp;
Expand description
A marker component indicating that an asset was loaded from an HTTP request. It does not contain asset data but is used to mark assets fetched from an HTTP URL.
Auto Trait Implementations§
impl Freeze for AssetFromHttp
impl RefUnwindSafe for AssetFromHttp
impl Send for AssetFromHttp
impl Sync for AssetFromHttp
impl Unpin for AssetFromHttp
impl UnwindSafe for AssetFromHttp
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