pub enum PaintOrderError {
DepthLimitExceeded(usize),
}Expand description
実効 z の算出でおかしな入力を検出した場合のエラー。
Variants§
Trait Implementations§
Source§impl Clone for PaintOrderError
impl Clone for PaintOrderError
Source§fn clone(&self) -> PaintOrderError
fn clone(&self) -> PaintOrderError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PaintOrderError
Source§impl Debug for PaintOrderError
impl Debug for PaintOrderError
impl Eq for PaintOrderError
Source§impl PartialEq for PaintOrderError
impl PartialEq for PaintOrderError
Source§fn eq(&self, other: &PaintOrderError) -> bool
fn eq(&self, other: &PaintOrderError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PaintOrderError
Auto Trait Implementations§
impl Freeze for PaintOrderError
impl RefUnwindSafe for PaintOrderError
impl Send for PaintOrderError
impl Sync for PaintOrderError
impl Unpin for PaintOrderError
impl UnsafeUnpin for PaintOrderError
impl UnwindSafe for PaintOrderError
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.