pub struct ClassBody {
pub elements: Vec<ClassElement>,
}Fields§
§elements: Vec<ClassElement>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClassBody
impl RefUnwindSafe for ClassBody
impl Send for ClassBody
impl Sync for ClassBody
impl Unpin for ClassBody
impl UnsafeUnpin for ClassBody
impl UnwindSafe for ClassBody
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