Struct everscale_types::models::config::ConfigParam28
source · 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
§type Value = CatchainConfig
type Value = CatchainConfig
Associated value type.
§type Wrapper = ParamIdentity<<ConfigParam28 as KnownConfigParam<'a>>::Value>
type Wrapper = ParamIdentity<<ConfigParam28 as KnownConfigParam<'a>>::Value>
Value wrapper.
Auto Trait Implementations§
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