Struct wasmtime_cli_flags::WasiNnGraph
source · pub struct WasiNnGraph {
pub format: String,
pub dir: String,
}
Fields§
§format: String
§dir: String
Trait Implementations§
source§impl Clone for WasiNnGraph
impl Clone for WasiNnGraph
source§fn clone(&self) -> WasiNnGraph
fn clone(&self) -> WasiNnGraph
Returns a copy 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 moresource§impl Debug for WasiNnGraph
impl Debug for WasiNnGraph
source§impl PartialEq for WasiNnGraph
impl PartialEq for WasiNnGraph
source§fn eq(&self, other: &WasiNnGraph) -> bool
fn eq(&self, other: &WasiNnGraph) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl WasmtimeOptionValue for WasiNnGraph
impl WasmtimeOptionValue for WasiNnGraph
impl StructuralPartialEq for WasiNnGraph
Auto Trait Implementations§
impl RefUnwindSafe for WasiNnGraph
impl Send for WasiNnGraph
impl Sync for WasiNnGraph
impl Unpin for WasiNnGraph
impl UnwindSafe for WasiNnGraph
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