Struct risc0_build::GuestOptions
source · pub struct GuestOptions {
pub features: Vec<String>,
pub use_docker: Option<DockerOptions>,
}
Expand description
Options defining how to embed a guest package in
embed_methods_with_options
.
Fields§
§features: Vec<String>
Features for cargo to build the guest with.
use_docker: Option<DockerOptions>
Use a docker environment for building.
Trait Implementations§
source§impl Default for GuestOptions
impl Default for GuestOptions
source§fn default() -> GuestOptions
fn default() -> GuestOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GuestOptions
impl Send for GuestOptions
impl Sync for GuestOptions
impl Unpin for GuestOptions
impl UnwindSafe for GuestOptions
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