Struct elements_miniscript::interpreter::Stack
source · pub struct Stack<'txin>(_);
Expand description
Stack Data structure representing the stack input to Miniscript. This Stack is created from the combination of ScriptSig and Witness stack.
Implementations§
source§impl<'txin> Stack<'txin>
impl<'txin> Stack<'txin>
Trait Implementations§
source§impl<'txin> Ord for Stack<'txin>
impl<'txin> Ord for Stack<'txin>
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<'txin> PartialEq<Stack<'txin>> for Stack<'txin>
impl<'txin> PartialEq<Stack<'txin>> for Stack<'txin>
source§impl<'txin> PartialOrd<Stack<'txin>> for Stack<'txin>
impl<'txin> PartialOrd<Stack<'txin>> for Stack<'txin>
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<'txin> Eq for Stack<'txin>
impl<'txin> StructuralEq for Stack<'txin>
impl<'txin> StructuralPartialEq for Stack<'txin>
Auto Trait Implementations§
impl<'txin> RefUnwindSafe for Stack<'txin>
impl<'txin> Send for Stack<'txin>
impl<'txin> Sync for Stack<'txin>
impl<'txin> Unpin for Stack<'txin>
impl<'txin> UnwindSafe for Stack<'txin>
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