#[non_exhaustive]pub enum ArchitecturalZone {
Pain,
Uselessness,
}Expand description
One rejected region in the abstractness/instability plane.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Implementations§
Trait Implementations§
Source§impl Clone for ArchitecturalZone
impl Clone for ArchitecturalZone
Source§fn clone(&self) -> ArchitecturalZone
fn clone(&self) -> ArchitecturalZone
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 ArchitecturalZone
impl Debug for ArchitecturalZone
Source§impl Display for ArchitecturalZone
impl Display for ArchitecturalZone
Source§impl Hash for ArchitecturalZone
impl Hash for ArchitecturalZone
Source§impl Ord for ArchitecturalZone
impl Ord for ArchitecturalZone
Source§fn cmp(&self, other: &ArchitecturalZone) -> Ordering
fn cmp(&self, other: &ArchitecturalZone) -> Ordering
1.21.0 · 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
Source§impl PartialEq for ArchitecturalZone
impl PartialEq for ArchitecturalZone
Source§impl PartialOrd for ArchitecturalZone
impl PartialOrd for ArchitecturalZone
impl Copy for ArchitecturalZone
impl Eq for ArchitecturalZone
impl StructuralPartialEq for ArchitecturalZone
Auto Trait Implementations§
impl Freeze for ArchitecturalZone
impl RefUnwindSafe for ArchitecturalZone
impl Send for ArchitecturalZone
impl Sync for ArchitecturalZone
impl Unpin for ArchitecturalZone
impl UnwindSafe for ArchitecturalZone
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§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.