pub struct StartupParametersParams {
pub parameters: HashMap<String, String>,
}
Fields§
§parameters: HashMap<String, String>
Auto Trait Implementations§
impl Freeze for StartupParametersParams
impl RefUnwindSafe for StartupParametersParams
impl Send for StartupParametersParams
impl Sync for StartupParametersParams
impl Unpin for StartupParametersParams
impl UnwindSafe for StartupParametersParams
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