pub enum ClassElement {
Attribute(Attribute<ClassId>),
Method(Method<ClassId>),
}
Variants§
Auto Trait Implementations§
impl Freeze for ClassElement
impl RefUnwindSafe for ClassElement
impl Send for ClassElement
impl Sync for ClassElement
impl Unpin for ClassElement
impl UnwindSafe for ClassElement
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