pub struct InheritanceSpecifier {
pub name: IdentifierPath,
pub arguments: Option<Vec<Expression>>,
}
Fields§
§name: IdentifierPath
§arguments: Option<Vec<Expression>>
Trait Implementations§
Source§impl Clone for InheritanceSpecifier
impl Clone for InheritanceSpecifier
Source§fn clone(&self) -> InheritanceSpecifier
fn clone(&self) -> InheritanceSpecifier
Returns a duplicate of the value. Read more
1.0.0 · 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 InheritanceSpecifier
impl Debug for InheritanceSpecifier
Source§impl PartialEq for InheritanceSpecifier
impl PartialEq for InheritanceSpecifier
impl StructuralPartialEq for InheritanceSpecifier
Auto Trait Implementations§
impl Freeze for InheritanceSpecifier
impl RefUnwindSafe for InheritanceSpecifier
impl Send for InheritanceSpecifier
impl Sync for InheritanceSpecifier
impl Unpin for InheritanceSpecifier
impl UnwindSafe for InheritanceSpecifier
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