pub struct ConfigParam28;Expand description
Catchain configuration params.
Contains a CatchainConfig.
Trait Implementations§
Source§impl<'a> KnownConfigParam<'a> for ConfigParam28
impl<'a> KnownConfigParam<'a> for ConfigParam28
Source§type Value = CatchainConfig
type Value = CatchainConfig
Associated value type.
Source§type Wrapper = ParamIdentity<<ConfigParam28 as KnownConfigParam<'a>>::Value>
type Wrapper = ParamIdentity<<ConfigParam28 as KnownConfigParam<'a>>::Value>
Value wrapper.
Auto Trait Implementations§
impl Freeze for ConfigParam28
impl RefUnwindSafe for ConfigParam28
impl Send for ConfigParam28
impl Sync for ConfigParam28
impl Unpin for ConfigParam28
impl UnwindSafe for ConfigParam28
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