pub struct ComputeCliLib { /* private fields */ }Expand description
Host-registered library that exports the compute command entrypoint.
Implementations§
Source§impl ComputeCliLib
impl ComputeCliLib
Sourcepub fn with_profile_store(profile_store: Value) -> Self
pub fn with_profile_store(profile_store: Value) -> Self
Builds the library with caller-supplied Table/Dir profile storage.
Trait Implementations§
Source§impl Clone for ComputeCliLib
impl Clone for ComputeCliLib
Source§fn clone(&self) -> ComputeCliLib
fn clone(&self) -> ComputeCliLib
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ComputeCliLib
impl Default for ComputeCliLib
Source§fn default() -> ComputeCliLib
fn default() -> ComputeCliLib
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for ComputeCliLib
impl !UnwindSafe for ComputeCliLib
impl Freeze for ComputeCliLib
impl Send for ComputeCliLib
impl Sync for ComputeCliLib
impl Unpin for ComputeCliLib
impl UnsafeUnpin for ComputeCliLib
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