Struct everscale_types::models::config::ConfigParam30
source · pub struct ConfigParam30;Expand description
Delector configuration params.
Trait Implementations§
source§impl<'a> KnownConfigParam<'a> for ConfigParam30
impl<'a> KnownConfigParam<'a> for ConfigParam30
§type Wrapper = ParamIdentity<<ConfigParam30 as KnownConfigParam<'a>>::Value>
type Wrapper = ParamIdentity<<ConfigParam30 as KnownConfigParam<'a>>::Value>
Value wrapper.
Auto Trait Implementations§
impl RefUnwindSafe for ConfigParam30
impl Send for ConfigParam30
impl Sync for ConfigParam30
impl Unpin for ConfigParam30
impl UnwindSafe for ConfigParam30
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