pub struct ConfigParam100;Expand description
Authority marks config.
Contains an AuthorityMarksConfig.
Trait Implementations§
Source§impl<'a> KnownConfigParam<'a> for ConfigParam100
impl<'a> KnownConfigParam<'a> for ConfigParam100
Source§type Value = AuthorityMarksConfig
type Value = AuthorityMarksConfig
Associated value type.
Source§type Wrapper = ParamIdentity<<ConfigParam100 as KnownConfigParam<'a>>::Value>
type Wrapper = ParamIdentity<<ConfigParam100 as KnownConfigParam<'a>>::Value>
Value wrapper.
Auto Trait Implementations§
impl Freeze for ConfigParam100
impl RefUnwindSafe for ConfigParam100
impl Send for ConfigParam100
impl Sync for ConfigParam100
impl Unpin for ConfigParam100
impl UnwindSafe for ConfigParam100
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