pub struct ClassSpec {
pub name: String,
pub decorators: Vec<DecoratorSpec>,
pub elements: Elements,
pub extends: Vec<Name>,
}
Fields§
§name: String
§decorators: Vec<DecoratorSpec>
§elements: Elements
§extends: Vec<Name>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClassSpec
impl RefUnwindSafe for ClassSpec
impl Send for ClassSpec
impl Sync for ClassSpec
impl Unpin for ClassSpec
impl UnwindSafe for ClassSpec
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