pub enum NoExtParam {}
Expand description
No Extensions for elements-miniscript All the implementations for the this function are unreachable
Trait Implementations§
Source§impl ArgFromStr for NoExtParam
impl ArgFromStr for NoExtParam
Source§impl Clone for NoExtParam
impl Clone for NoExtParam
Source§fn clone(&self) -> NoExtParam
fn clone(&self) -> NoExtParam
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NoExtParam
impl Debug for NoExtParam
Source§impl Display for NoExtParam
impl Display for NoExtParam
Source§impl Hash for NoExtParam
impl Hash for NoExtParam
Source§impl Ord for NoExtParam
impl Ord for NoExtParam
Source§fn cmp(&self, other: &NoExtParam) -> Ordering
fn cmp(&self, other: &NoExtParam) -> Ordering
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 PartialEq for NoExtParam
impl PartialEq for NoExtParam
Source§impl PartialOrd for NoExtParam
impl PartialOrd for NoExtParam
impl Copy for NoExtParam
impl Eq for NoExtParam
impl StructuralPartialEq for NoExtParam
Auto Trait Implementations§
impl Freeze for NoExtParam
impl RefUnwindSafe for NoExtParam
impl Send for NoExtParam
impl Sync for NoExtParam
impl Unpin for NoExtParam
impl UnwindSafe for NoExtParam
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