pub enum LocalSlotType {
Parameter,
Variable,
}
Expand description
The type of a local slot.
Variants§
Trait Implementations§
Source§impl Debug for LocalSlotType
impl Debug for LocalSlotType
Source§impl PartialEq for LocalSlotType
impl PartialEq for LocalSlotType
impl Eq for LocalSlotType
impl StructuralPartialEq for LocalSlotType
Auto Trait Implementations§
impl Freeze for LocalSlotType
impl RefUnwindSafe for LocalSlotType
impl Send for LocalSlotType
impl Sync for LocalSlotType
impl Unpin for LocalSlotType
impl UnwindSafe for LocalSlotType
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 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.