pub struct ClassProperty {
pub name: PropertyKey,
pub value: Option<Expression>,
pub is_static: bool,
pub is_private: bool,
}Fields§
§name: PropertyKey§value: Option<Expression>§is_static: bool§is_private: boolTrait Implementations§
Source§impl Clone for ClassProperty
impl Clone for ClassProperty
Source§fn clone(&self) -> ClassProperty
fn clone(&self) -> ClassProperty
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 moreAuto Trait Implementations§
impl Freeze for ClassProperty
impl RefUnwindSafe for ClassProperty
impl Send for ClassProperty
impl Sync for ClassProperty
impl Unpin for ClassProperty
impl UnsafeUnpin for ClassProperty
impl UnwindSafe for ClassProperty
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