Struct wallet::WitnessProgram [−][src]
Trait Implementations
impl AsMut<<WitnessProgram as Wrapper>::Inner> for WitnessProgram[src]
impl AsRef<<WitnessProgram as Wrapper>::Inner> for WitnessProgram[src]
impl Borrow<<WitnessProgram as Wrapper>::Inner> for WitnessProgram[src]
impl BorrowMut<<WitnessProgram as Wrapper>::Inner> for WitnessProgram[src]
fn borrow_mut(&mut self) -> &mut Self::Inner[src]
impl Clone for WitnessProgram[src]
fn clone(&self) -> WitnessProgram[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for WitnessProgram[src]
impl Default for WitnessProgram[src]
fn default() -> WitnessProgram[src]
impl Deref for WitnessProgram[src]
type Target = Self::Inner
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
impl DerefMut for WitnessProgram[src]
impl Display for WitnessProgram[src]
impl Eq for WitnessProgram[src]
impl From<Vec<u8, Global>> for WitnessProgram[src]
impl From<WPubkeyHash> for WitnessProgram[src]
fn from(wpkh: WPubkeyHash) -> Self[src]
impl From<WScriptHash> for WitnessProgram[src]
fn from(wsh: WScriptHash) -> Self[src]
impl Hash for WitnessProgram[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 Ord for WitnessProgram[src]
fn cmp(&self, other: &WitnessProgram) -> 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<WitnessProgram> for WitnessProgram[src]
fn eq(&self, other: &WitnessProgram) -> bool[src]
fn ne(&self, other: &WitnessProgram) -> bool[src]
impl PartialOrd<WitnessProgram> for WitnessProgram[src]
fn partial_cmp(&self, other: &WitnessProgram) -> 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 WitnessProgram[src]
impl StructuralEq for WitnessProgram[src]
impl StructuralPartialEq for WitnessProgram[src]
impl Wrapper for WitnessProgram[src]
type Inner = Vec<u8>
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 WitnessProgram
impl Send for WitnessProgram
impl Sync for WitnessProgram
impl Unpin for WitnessProgram
impl UnwindSafe for WitnessProgram
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> 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>,