pub struct AssetResolutionWarnings(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for AssetResolutionWarnings
impl Clone for AssetResolutionWarnings
Source§impl Debug for AssetResolutionWarnings
impl Debug for AssetResolutionWarnings
impl Eq for AssetResolutionWarnings
Source§impl PartialEq for AssetResolutionWarnings
impl PartialEq for AssetResolutionWarnings
impl StructuralPartialEq for AssetResolutionWarnings
Auto Trait Implementations§
impl Freeze for AssetResolutionWarnings
impl RefUnwindSafe for AssetResolutionWarnings
impl Send for AssetResolutionWarnings
impl Sync for AssetResolutionWarnings
impl Unpin for AssetResolutionWarnings
impl UnsafeUnpin for AssetResolutionWarnings
impl UnwindSafe for AssetResolutionWarnings
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