pub(super) enum ComputedPropMode {
Class {
has_body: bool,
},
Object,
Interface,
}
Variants
Class
Fields
has_body: bool
Object
Object literal
Interface
Trait Implementations
sourceimpl Clone for ComputedPropMode
impl Clone for ComputedPropMode
sourcefn clone(&self) -> ComputedPropMode
fn clone(&self) -> ComputedPropMode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ComputedPropMode
impl Debug for ComputedPropMode
impl Copy for ComputedPropMode
Auto Trait Implementations
impl RefUnwindSafe for ComputedPropMode
impl Send for ComputedPropMode
impl Sync for ComputedPropMode
impl Unpin for ComputedPropMode
impl UnwindSafe for ComputedPropMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more