pub enum SortHandError {
NotSortedMissingTile,
}Variants§
NotSortedMissingTile
Trait Implementations§
Source§impl Clone for SortHandError
impl Clone for SortHandError
Source§fn clone(&self) -> SortHandError
fn clone(&self) -> SortHandError
Returns a duplicate 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 SortHandError
impl Debug for SortHandError
Source§impl IntoEnumIterator for SortHandError
impl IntoEnumIterator for SortHandError
type Iterator = SortHandErrorIter
fn iter() -> SortHandErrorIter ⓘ
Source§impl PartialEq for SortHandError
impl PartialEq for SortHandError
impl Eq for SortHandError
impl StructuralPartialEq for SortHandError
Auto Trait Implementations§
impl Freeze for SortHandError
impl RefUnwindSafe for SortHandError
impl Send for SortHandError
impl Sync for SortHandError
impl Unpin for SortHandError
impl UnwindSafe for SortHandError
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