pub enum TempStack {
Under,
Inline,
}Expand description
A type of temporary stacks
Variants§
Under
A stack used to hold values need to undo a function
Inline
A stack used when inlining some functions
Trait Implementations§
source§impl Ord for TempStack
impl Ord for TempStack
source§impl PartialEq for TempStack
impl PartialEq for TempStack
source§impl PartialOrd for TempStack
impl PartialOrd for TempStack
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 moresource§impl Sequence for TempStack
impl Sequence for TempStack
impl Copy for TempStack
impl Eq for TempStack
impl StructuralEq for TempStack
impl StructuralPartialEq for TempStack
Auto Trait Implementations§
impl RefUnwindSafe for TempStack
impl Send for TempStack
impl Sync for TempStack
impl Unpin for TempStack
impl UnwindSafe for TempStack
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