pub struct ComponentRuntimeApi;Expand description
ComponentRuntimeApi
Implementations§
Source§impl ComponentRuntimeApi
impl ComponentRuntimeApi
pub fn prepare_directory( request: ComponentRuntimeDirectoryPreparationRequest, ) -> Result<ComponentRuntimeStatusResponse, Error>
pub fn status() -> Result<ComponentRuntimeStatusResponse, Error>
pub fn activate( request: ComponentRuntimeActivationRequest, ) -> Result<ComponentRuntimeActivationTransition, Error>
Auto Trait Implementations§
impl Freeze for ComponentRuntimeApi
impl RefUnwindSafe for ComponentRuntimeApi
impl Send for ComponentRuntimeApi
impl Sync for ComponentRuntimeApi
impl Unpin for ComponentRuntimeApi
impl UnsafeUnpin for ComponentRuntimeApi
impl UnwindSafe for ComponentRuntimeApi
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