Struct mssf_core::runtime::ActivationContext
source · pub struct ActivationContext { /* private fields */ }Implementations§
source§impl ActivationContext
impl ActivationContext
pub fn create() -> Result<ActivationContext, Error>
pub fn get_endpoint_resource( &self, serviceendpointresourcename: &HSTRING ) -> Result<EndpointResourceDesc, Error>
pub fn get_configuration_package( &self, configpackagename: &HSTRING ) -> Result<ConfigurationPackage>
pub fn get_com(&self) -> IFabricCodePackageActivationContext
Auto Trait Implementations§
impl Freeze for ActivationContext
impl RefUnwindSafe for ActivationContext
impl Send for ActivationContext
impl Sync for ActivationContext
impl Unpin for ActivationContext
impl UnwindSafe for ActivationContext
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