Enum forma_render::OrderError
source · pub enum OrderError {
ExceededLayerLimit,
}Variants§
ExceededLayerLimit
Trait Implementations§
source§impl Debug for OrderError
impl Debug for OrderError
source§impl Display for OrderError
impl Display for OrderError
source§impl Error for OrderError
impl Error for OrderError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<OrderError> for OrderError
impl PartialEq<OrderError> for OrderError
source§fn eq(&self, other: &OrderError) -> bool
fn eq(&self, other: &OrderError) -> bool
impl Eq for OrderError
impl StructuralEq for OrderError
impl StructuralPartialEq for OrderError
Auto Trait Implementations§
impl RefUnwindSafe for OrderError
impl Send for OrderError
impl Sync for OrderError
impl Unpin for OrderError
impl UnwindSafe for OrderError
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.