pub enum AssetResolutionCode {
AllowedOriginInvalid,
AllowedOriginDuplicated,
AllowedOriginCountExceeded,
LocalAssetDuplicated,
LocalAssetPathInvalid,
LocalAssetMissing,
ExternalAssetUrlInvalid,
ExternalAssetOriginNotAllowed,
MarkdownDestinationCountExceeded,
}Variants§
AllowedOriginInvalid
AllowedOriginDuplicated
AllowedOriginCountExceeded
LocalAssetDuplicated
LocalAssetPathInvalid
LocalAssetMissing
ExternalAssetUrlInvalid
ExternalAssetOriginNotAllowed
MarkdownDestinationCountExceeded
Trait Implementations§
Source§impl Clone for AssetResolutionCode
impl Clone for AssetResolutionCode
impl Copy for AssetResolutionCode
Source§impl Debug for AssetResolutionCode
impl Debug for AssetResolutionCode
impl Eq for AssetResolutionCode
Source§impl Ord for AssetResolutionCode
impl Ord for AssetResolutionCode
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 PartialEq for AssetResolutionCode
impl PartialEq for AssetResolutionCode
Source§impl PartialOrd for AssetResolutionCode
impl PartialOrd for AssetResolutionCode
Source§impl Serialize for AssetResolutionCode
impl Serialize for AssetResolutionCode
impl StructuralPartialEq for AssetResolutionCode
Auto Trait Implementations§
impl Freeze for AssetResolutionCode
impl RefUnwindSafe for AssetResolutionCode
impl Send for AssetResolutionCode
impl Sync for AssetResolutionCode
impl Unpin for AssetResolutionCode
impl UnsafeUnpin for AssetResolutionCode
impl UnwindSafe for AssetResolutionCode
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