pub struct ConstructorDec {
pub name: Symbol,
pub selectors: Vec<SelectorDec>,
}
Fields§
§name: Symbol
§selectors: Vec<SelectorDec>
Trait Implementations§
Source§impl Clone for ConstructorDec
impl Clone for ConstructorDec
Source§fn clone(&self) -> ConstructorDec
fn clone(&self) -> ConstructorDec
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 ConstructorDec
impl Debug for ConstructorDec
Source§impl From<ConstructorDec> for Sexpr
impl From<ConstructorDec> for Sexpr
Source§fn from(value: ConstructorDec) -> Self
fn from(value: ConstructorDec) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ConstructorDec
impl RefUnwindSafe for ConstructorDec
impl Send for ConstructorDec
impl Sync for ConstructorDec
impl Unpin for ConstructorDec
impl UnwindSafe for ConstructorDec
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