pub struct ClassDecl {
pub name: Ident,
pub fields: Vec<ClassField>,
pub span: SourceSpan,
}Fields§
§name: Ident§fields: Vec<ClassField>§span: SourceSpanTrait Implementations§
impl Eq for ClassDecl
impl StructuralPartialEq for ClassDecl
Auto Trait Implementations§
impl Freeze for ClassDecl
impl RefUnwindSafe for ClassDecl
impl Send for ClassDecl
impl Sync for ClassDecl
impl Unpin for ClassDecl
impl UnsafeUnpin for ClassDecl
impl UnwindSafe for ClassDecl
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