pub enum InvalidResourceLocation {
InvalidNamespace,
InvalidPath,
}Variants§
Trait Implementations§
source§impl Clone for InvalidResourceLocation
impl Clone for InvalidResourceLocation
source§fn clone(&self) -> InvalidResourceLocation
fn clone(&self) -> InvalidResourceLocation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for InvalidResourceLocation
impl Debug for InvalidResourceLocation
source§impl PartialEq<InvalidResourceLocation> for InvalidResourceLocation
impl PartialEq<InvalidResourceLocation> for InvalidResourceLocation
source§fn eq(&self, other: &InvalidResourceLocation) -> bool
fn eq(&self, other: &InvalidResourceLocation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for InvalidResourceLocation
impl StructuralEq for InvalidResourceLocation
impl StructuralPartialEq for InvalidResourceLocation
Auto Trait Implementations§
impl RefUnwindSafe for InvalidResourceLocation
impl Send for InvalidResourceLocation
impl Sync for InvalidResourceLocation
impl Unpin for InvalidResourceLocation
impl UnwindSafe for InvalidResourceLocation
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.