Struct bitcoin_coinselect::CoinSelectionParams
source · pub struct CoinSelectionParams { /* private fields */ }
Expand description
| Parameters for one iteration of Coin | Selection. |
Implementations§
Trait Implementations§
source§impl From<&CoinSelectionParams> for OutputGroup
impl From<&CoinSelectionParams> for OutputGroup
source§fn from(params: &CoinSelectionParams) -> Self
fn from(params: &CoinSelectionParams) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for CoinSelectionParams
impl Send for CoinSelectionParams
impl Sync for CoinSelectionParams
impl Unpin for CoinSelectionParams
impl UnwindSafe for CoinSelectionParams
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more