Struct mssf_core::runtime::config::ConfigurationPackageDesc
source · pub struct ConfigurationPackageDesc {
pub name: HSTRING,
pub service_manifest_name: HSTRING,
pub service_manifest_version: HSTRING,
pub version: HSTRING,
}Fields§
§name: HSTRING§service_manifest_name: HSTRING§service_manifest_version: HSTRING§version: HSTRINGAuto Trait Implementations§
impl Freeze for ConfigurationPackageDesc
impl RefUnwindSafe for ConfigurationPackageDesc
impl Send for ConfigurationPackageDesc
impl Sync for ConfigurationPackageDesc
impl Unpin for ConfigurationPackageDesc
impl UnwindSafe for ConfigurationPackageDesc
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