pub struct RuntimeBootstrap {
pub runtime_dir: PathBuf,
}Fields§
§runtime_dir: PathBufTrait Implementations§
Source§impl Clone for RuntimeBootstrap
impl Clone for RuntimeBootstrap
Source§fn clone(&self) -> RuntimeBootstrap
fn clone(&self) -> RuntimeBootstrap
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 moreSource§impl Debug for RuntimeBootstrap
impl Debug for RuntimeBootstrap
Source§impl PartialEq for RuntimeBootstrap
impl PartialEq for RuntimeBootstrap
impl Eq for RuntimeBootstrap
impl StructuralPartialEq for RuntimeBootstrap
Auto Trait Implementations§
impl Freeze for RuntimeBootstrap
impl RefUnwindSafe for RuntimeBootstrap
impl Send for RuntimeBootstrap
impl Sync for RuntimeBootstrap
impl Unpin for RuntimeBootstrap
impl UnsafeUnpin for RuntimeBootstrap
impl UnwindSafe for RuntimeBootstrap
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