pub struct NativeRuntimeResolver { /* private fields */ }Implementations§
Source§impl NativeRuntimeResolver
impl NativeRuntimeResolver
pub fn new( mesh_version: impl Into<String>, profile: HostRuntimeProfile, release_manifest: NativeRuntimeReleaseManifest, cache: NativeRuntimeCache, ) -> Self
pub fn with_bundle_dirs(self, bundle_dirs: Vec<PathBuf>) -> Self
pub fn with_skippy_abi_version( self, skippy_abi_version: impl Into<String>, ) -> Self
pub fn resolve( &self, selection: &RuntimeSelection, ) -> Result<NativeRuntimeResolution>
pub fn evaluate( &self, selection: &RuntimeSelection, ) -> Result<Vec<CandidateEvaluation>>
Auto Trait Implementations§
impl Freeze for NativeRuntimeResolver
impl RefUnwindSafe for NativeRuntimeResolver
impl Send for NativeRuntimeResolver
impl Sync for NativeRuntimeResolver
impl Unpin for NativeRuntimeResolver
impl UnsafeUnpin for NativeRuntimeResolver
impl UnwindSafe for NativeRuntimeResolver
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