pub struct ConfigParam9;Expand description
Params that must be present in config.
Trait Implementations§
Source§impl<'a> KnownConfigParam<'a> for ConfigParam9
impl<'a> KnownConfigParam<'a> for ConfigParam9
Auto Trait Implementations§
impl Freeze for ConfigParam9
impl RefUnwindSafe for ConfigParam9
impl Send for ConfigParam9
impl Sync for ConfigParam9
impl Unpin for ConfigParam9
impl UnwindSafe for ConfigParam9
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