pub struct LowerOptions {
pub javascript_compatibility: bool,
}Expand description
Caller-selected lowering mode.
Fields§
§javascript_compatibility: boolAccepts JavaScript ScriptKinds in addition to TypeScript ones.
Trait Implementations§
Source§impl Clone for LowerOptions
impl Clone for LowerOptions
Source§fn clone(&self) -> LowerOptions
fn clone(&self) -> LowerOptions
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 moreimpl Copy for LowerOptions
Source§impl Debug for LowerOptions
impl Debug for LowerOptions
Source§impl Default for LowerOptions
impl Default for LowerOptions
Source§fn default() -> LowerOptions
fn default() -> LowerOptions
Returns the “default value” for a type. Read more
impl Eq for LowerOptions
Source§impl PartialEq for LowerOptions
impl PartialEq for LowerOptions
impl StructuralPartialEq for LowerOptions
Auto Trait Implementations§
impl Freeze for LowerOptions
impl RefUnwindSafe for LowerOptions
impl Send for LowerOptions
impl Sync for LowerOptions
impl Unpin for LowerOptions
impl UnsafeUnpin for LowerOptions
impl UnwindSafe for LowerOptions
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