Struct bitceptron_regtest_utils::RegtestConf
source · pub struct RegtestConf { /* private fields */ }Expand description
A config struct for Regtest instances. Just a port for instances to connect through and an rpc-port for rpc calls.
Implementations§
Trait Implementations§
source§impl Clone for RegtestConf
impl Clone for RegtestConf
source§fn clone(&self) -> RegtestConf
fn clone(&self) -> RegtestConf
Returns a copy 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 RegtestConf
impl Debug for RegtestConf
source§impl Hash for RegtestConf
impl Hash for RegtestConf
source§impl PartialEq for RegtestConf
impl PartialEq for RegtestConf
source§fn eq(&self, other: &RegtestConf) -> bool
fn eq(&self, other: &RegtestConf) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for RegtestConf
impl StructuralPartialEq for RegtestConf
Auto Trait Implementations§
impl Freeze for RegtestConf
impl RefUnwindSafe for RegtestConf
impl Send for RegtestConf
impl Sync for RegtestConf
impl Unpin for RegtestConf
impl UnwindSafe for RegtestConf
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