pub struct AssetResolutionWarning {
pub path: LogicalContentPath,
pub location: AssetReferenceLocation,
pub code: AssetResolutionWarningCode,
pub url: ExternalAssetUrl,
}Fields§
§path: LogicalContentPath§location: AssetReferenceLocation§code: AssetResolutionWarningCode§url: ExternalAssetUrlTrait Implementations§
Source§impl Clone for AssetResolutionWarning
impl Clone for AssetResolutionWarning
Source§impl Debug for AssetResolutionWarning
impl Debug for AssetResolutionWarning
impl Eq for AssetResolutionWarning
Source§impl PartialEq for AssetResolutionWarning
impl PartialEq for AssetResolutionWarning
Source§impl Serialize for AssetResolutionWarning
impl Serialize for AssetResolutionWarning
impl StructuralPartialEq for AssetResolutionWarning
Auto Trait Implementations§
impl Freeze for AssetResolutionWarning
impl RefUnwindSafe for AssetResolutionWarning
impl Send for AssetResolutionWarning
impl Sync for AssetResolutionWarning
impl Unpin for AssetResolutionWarning
impl UnsafeUnpin for AssetResolutionWarning
impl UnwindSafe for AssetResolutionWarning
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