pub struct Opts {
pub type_section_suffix: Option<String>,
pub root_package: Option<String>,
pub required_d_versions: Vec<String>,
/* private fields */
}Fields§
§type_section_suffix: Option<String>Add the specified suffix to the name of the custom section containing the component type.
root_package: Option<String>Choose root package other than wit to nest everything under.
required_d_versions: Vec<String>A series of D versions that all the generated bindings will be gated behind.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Opts
impl RefUnwindSafe for Opts
impl Send for Opts
impl Sync for Opts
impl Unpin for Opts
impl UnsafeUnpin for Opts
impl UnwindSafe for Opts
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