Struct bitcoin_init::BitcoinQtInit
source · pub struct BitcoinQtInit { /* private fields */ }
Implementations§
source§impl BitcoinQtInit
impl BitcoinQtInit
pub fn make_node(&mut self) -> Box<dyn NodeInterface>
pub fn make_chain(&mut self) -> Box<dyn ChainInterface>
pub fn make_wallet_client( &mut self, chain: &mut dyn ChainInterface ) -> Box<dyn WalletClient>
pub fn make_echo(&mut self) -> Box<dyn Echo>
Trait Implementations§
source§impl Default for BitcoinQtInit
impl Default for BitcoinQtInit
Auto Trait Implementations§
impl !RefUnwindSafe for BitcoinQtInit
impl !Send for BitcoinQtInit
impl !Sync for BitcoinQtInit
impl Unpin for BitcoinQtInit
impl !UnwindSafe for BitcoinQtInit
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