Struct ibc_testkit::fixtures::core::connection::CounterpartyConfig
source · pub struct CounterpartyConfig { /* private fields */ }Implementations§
source§impl CounterpartyConfig
impl CounterpartyConfig
sourcepub fn builder() -> CounterpartyConfigBuilder<((), (), ())>
pub fn builder() -> CounterpartyConfigBuilder<((), (), ())>
Create a builder for building CounterpartyConfig.
On the builder, call .client_id(...)(optional), .connection_id(...)(optional), .prefix(...)(optional) to set the values of the fields.
Finally, call .build() to create the instance of CounterpartyConfig.
Trait Implementations§
source§impl Debug for CounterpartyConfig
impl Debug for CounterpartyConfig
source§impl From<CounterpartyConfig> for Counterparty
impl From<CounterpartyConfig> for Counterparty
source§fn from(config: CounterpartyConfig) -> Self
fn from(config: CounterpartyConfig) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for CounterpartyConfig
impl Send for CounterpartyConfig
impl Sync for CounterpartyConfig
impl Unpin for CounterpartyConfig
impl UnwindSafe for CounterpartyConfig
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