pub struct ClassSpec {
pub name: String,
pub constructors: Elements,
pub elements: Elements,
pub export: bool,
}
Fields§
§name: String
§constructors: Elements
§elements: Elements
§export: bool
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