pub struct ComponentHandle {
pub manifest: ComponentManifest,
pub wasm_path: PathBuf,
pub root: PathBuf,
pub manifest_path: PathBuf,
}Fields§
§manifest: ComponentManifest§wasm_path: PathBuf§root: PathBuf§manifest_path: PathBufTrait Implementations§
Source§impl Clone for ComponentHandle
impl Clone for ComponentHandle
Source§fn clone(&self) -> ComponentHandle
fn clone(&self) -> ComponentHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ComponentHandle
impl RefUnwindSafe for ComponentHandle
impl Send for ComponentHandle
impl Sync for ComponentHandle
impl Unpin for ComponentHandle
impl UnwindSafe for ComponentHandle
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