Struct swc_ecma_transforms_react::RefreshOptions [−][src]
pub struct RefreshOptions {
pub refresh_reg: String,
pub refresh_sig: String,
pub emit_full_signatures: bool,
}Fields
refresh_reg: Stringrefresh_sig: Stringemit_full_signatures: boolTrait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for RefreshOptions
impl Send for RefreshOptions
impl Sync for RefreshOptions
impl Unpin for RefreshOptions
impl UnwindSafe for RefreshOptions
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
type Output = T
type Output = T
Should always be Self