pub struct ConfigParam10;Expand description
Params that have a different set of update requirements.
Trait Implementations§
Source§impl<'a> KnownConfigParam<'a> for ConfigParam10
impl<'a> KnownConfigParam<'a> for ConfigParam10
Auto Trait Implementations§
impl Freeze for ConfigParam10
impl RefUnwindSafe for ConfigParam10
impl Send for ConfigParam10
impl Sync for ConfigParam10
impl Unpin for ConfigParam10
impl UnwindSafe for ConfigParam10
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