pub struct Stack<'txin>(/* private fields */);
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> PartialOrd for Stack<'txin>
impl<'txin> PartialOrd for Stack<'txin>
impl<'txin> Eq for Stack<'txin>
impl<'txin> StructuralPartialEq for Stack<'txin>
Auto Trait Implementations§
impl<'txin> Freeze for Stack<'txin>
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