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>
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