pub struct TranspileOptions {
pub format: TargetFormat,
}Fields§
§format: TargetFormatTrait Implementations§
Source§impl Default for TranspileOptions
impl Default for TranspileOptions
Source§fn default() -> TranspileOptions
fn default() -> TranspileOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TranspileOptions
impl RefUnwindSafe for TranspileOptions
impl Send for TranspileOptions
impl Sync for TranspileOptions
impl Unpin for TranspileOptions
impl UnwindSafe for TranspileOptions
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