pub struct ClassHeritage {
pub expression: Box<Expr>,
pub type_arguments: Option<TypeArgumentList>,
}Fields§
§expression: Box<Expr>§type_arguments: Option<TypeArgumentList>Trait Implementations§
Source§impl Clone for ClassHeritage
impl Clone for ClassHeritage
Source§fn clone(&self) -> ClassHeritage
fn clone(&self) -> ClassHeritage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ClassHeritage
impl Debug for ClassHeritage
impl Eq for ClassHeritage
Source§impl PartialEq for ClassHeritage
impl PartialEq for ClassHeritage
impl StructuralPartialEq for ClassHeritage
Auto Trait Implementations§
impl Freeze for ClassHeritage
impl RefUnwindSafe for ClassHeritage
impl Send for ClassHeritage
impl Sync for ClassHeritage
impl Unpin for ClassHeritage
impl UnsafeUnpin for ClassHeritage
impl UnwindSafe for ClassHeritage
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