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
Trait Implementations§
source§impl From<IFabricCodePackageActivationContext> for ActivationContext
impl From<IFabricCodePackageActivationContext> for ActivationContext
source§fn from(value: IFabricCodePackageActivationContext) -> Self
fn from(value: IFabricCodePackageActivationContext) -> Self
Converts to this type from the input type.
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