Enum progenitor_impl::TypeImpl
pub enum TypeImpl {
FromStr,
Display,
Default,
}
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.
Trait Implementations§
§impl Clone for TypeSpaceImpl
impl Clone for TypeSpaceImpl
§fn clone(&self) -> TypeSpaceImpl
fn clone(&self) -> TypeSpaceImpl
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 more§impl Debug for TypeSpaceImpl
impl Debug for TypeSpaceImpl
§impl FromStr for TypeSpaceImpl
impl FromStr for TypeSpaceImpl
§impl Hash for TypeSpaceImpl
impl Hash for TypeSpaceImpl
§impl Ord for TypeSpaceImpl
impl Ord for TypeSpaceImpl
§impl PartialEq<TypeSpaceImpl> for TypeSpaceImpl
impl PartialEq<TypeSpaceImpl> for TypeSpaceImpl
§fn eq(&self, other: &TypeSpaceImpl) -> bool
fn eq(&self, other: &TypeSpaceImpl) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl PartialOrd<TypeSpaceImpl> for TypeSpaceImpl
impl PartialOrd<TypeSpaceImpl> for TypeSpaceImpl
§fn partial_cmp(&self, other: &TypeSpaceImpl) -> Option<Ordering>
fn partial_cmp(&self, other: &TypeSpaceImpl) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for TypeSpaceImpl
impl Eq for TypeSpaceImpl
impl StructuralEq for TypeSpaceImpl
impl StructuralPartialEq for TypeSpaceImpl
Auto Trait Implementations§
impl RefUnwindSafe for TypeSpaceImpl
impl Send for TypeSpaceImpl
impl Sync for TypeSpaceImpl
impl Unpin for TypeSpaceImpl
impl UnwindSafe for TypeSpaceImpl
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
§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,
§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 Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.