pub enum TypePredicateTarget {
This,
Identifier(Atom),
}Variants§
Trait Implementations§
Source§impl Clone for TypePredicateTarget
impl Clone for TypePredicateTarget
Source§fn clone(&self) -> TypePredicateTarget
fn clone(&self) -> TypePredicateTarget
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 TypePredicateTarget
impl Debug for TypePredicateTarget
Source§impl Hash for TypePredicateTarget
impl Hash for TypePredicateTarget
Source§impl PartialEq for TypePredicateTarget
impl PartialEq for TypePredicateTarget
impl Eq for TypePredicateTarget
impl StructuralPartialEq for TypePredicateTarget
Auto Trait Implementations§
impl Freeze for TypePredicateTarget
impl RefUnwindSafe for TypePredicateTarget
impl Send for TypePredicateTarget
impl Sync for TypePredicateTarget
impl Unpin for TypePredicateTarget
impl UnsafeUnpin for TypePredicateTarget
impl UnwindSafe for TypePredicateTarget
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.