Enum miniscript::descriptor::Wildcard
source · pub enum Wildcard {
None,
Unhardened,
Hardened,
}
Expand description
Whether a descriptor has a wildcard in it
Variants§
Trait Implementations§
source§impl Ord for Wildcard
impl Ord for Wildcard
source§impl PartialEq<Wildcard> for Wildcard
impl PartialEq<Wildcard> for Wildcard
source§impl PartialOrd<Wildcard> for Wildcard
impl PartialOrd<Wildcard> for Wildcard
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 Copy for Wildcard
impl Eq for Wildcard
impl StructuralEq for Wildcard
impl StructuralPartialEq for Wildcard
Auto Trait Implementations§
impl RefUnwindSafe for Wildcard
impl Send for Wildcard
impl Sync for Wildcard
impl Unpin for Wildcard
impl UnwindSafe for Wildcard
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