pub enum AssetResolutionWarningCode {
ExternalUrlMayBeMutable,
}Variants§
ExternalUrlMayBeMutable
Trait Implementations§
Source§impl Clone for AssetResolutionWarningCode
impl Clone for AssetResolutionWarningCode
impl Copy for AssetResolutionWarningCode
Source§impl Debug for AssetResolutionWarningCode
impl Debug for AssetResolutionWarningCode
impl Eq for AssetResolutionWarningCode
Source§impl Ord for AssetResolutionWarningCode
impl Ord for AssetResolutionWarningCode
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for AssetResolutionWarningCode
impl PartialOrd for AssetResolutionWarningCode
impl StructuralPartialEq for AssetResolutionWarningCode
Auto Trait Implementations§
impl Freeze for AssetResolutionWarningCode
impl RefUnwindSafe for AssetResolutionWarningCode
impl Send for AssetResolutionWarningCode
impl Sync for AssetResolutionWarningCode
impl Unpin for AssetResolutionWarningCode
impl UnsafeUnpin for AssetResolutionWarningCode
impl UnwindSafe for AssetResolutionWarningCode
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