Struct wallet::script::SigScript [−][src]
A content of sigScript from a transaction input
Trait Implementations
impl AsMut<<SigScript as Wrapper>::Inner> for SigScript[src]
impl AsRef<<SigScript as Wrapper>::Inner> for SigScript[src]
impl Borrow<<SigScript as Wrapper>::Inner> for SigScript[src]
impl BorrowMut<<SigScript as Wrapper>::Inner> for SigScript[src]
fn borrow_mut(&mut self) -> &mut Self::Inner[src]
impl Clone for SigScript[src]
impl Debug for SigScript[src]
impl Default for SigScript[src]
impl Deref for SigScript[src]
type Target = Self::Inner
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
impl DerefMut for SigScript[src]
impl Display for SigScript[src]
impl Eq for SigScript[src]
impl From<Script> for SigScript[src]
impl Hash for SigScript[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl LowerHex for SigScript[src]
impl Ord for SigScript[src]
fn cmp(&self, other: &SigScript) -> Ordering[src]
#[must_use]pub fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self1.50.0[src]
impl PartialEq<SigScript> for SigScript[src]
impl PartialOrd<SigScript> for SigScript[src]
fn partial_cmp(&self, other: &SigScript) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl Strategy for SigScript[src]
impl StructuralEq for SigScript[src]
impl StructuralPartialEq for SigScript[src]
impl UpperHex for SigScript[src]
impl Wrapper for SigScript[src]
type Inner = Script
Inner type wrapped by the current newtype
fn from_inner(inner: Self::Inner) -> Self[src]
fn as_inner(&self) -> &Self::Inner[src]
fn as_inner_mut(&mut self) -> &mut Self::Inner[src]
fn into_inner(self) -> Self::Inner[src]
pub fn to_inner(&self) -> Self::Inner[src]
pub fn copy(&self) -> Self where
Self::Inner: Copy, [src]
Self::Inner: Copy,
Auto Trait Implementations
impl RefUnwindSafe for SigScript
impl Send for SigScript
impl Sync for SigScript
impl Unpin for SigScript
impl UnwindSafe for SigScript
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToHex for T where
T: LowerHex,
T: LowerHex,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,