pub struct NativeRuntimeLoadPlan {
pub mesh_version: String,
pub native_runtime_id: String,
pub root: PathBuf,
pub libraries: Vec<PathBuf>,
}Fields§
§mesh_version: String§native_runtime_id: String§root: PathBuf§libraries: Vec<PathBuf>Trait Implementations§
Source§impl Clone for NativeRuntimeLoadPlan
impl Clone for NativeRuntimeLoadPlan
Source§fn clone(&self) -> NativeRuntimeLoadPlan
fn clone(&self) -> NativeRuntimeLoadPlan
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 Debug for NativeRuntimeLoadPlan
impl Debug for NativeRuntimeLoadPlan
Source§impl<'de> Deserialize<'de> for NativeRuntimeLoadPlan
impl<'de> Deserialize<'de> for NativeRuntimeLoadPlan
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for NativeRuntimeLoadPlan
Source§impl PartialEq for NativeRuntimeLoadPlan
impl PartialEq for NativeRuntimeLoadPlan
Source§impl Serialize for NativeRuntimeLoadPlan
impl Serialize for NativeRuntimeLoadPlan
impl StructuralPartialEq for NativeRuntimeLoadPlan
Auto Trait Implementations§
impl Freeze for NativeRuntimeLoadPlan
impl RefUnwindSafe for NativeRuntimeLoadPlan
impl Send for NativeRuntimeLoadPlan
impl Sync for NativeRuntimeLoadPlan
impl Unpin for NativeRuntimeLoadPlan
impl UnsafeUnpin for NativeRuntimeLoadPlan
impl UnwindSafe for NativeRuntimeLoadPlan
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