pub struct ConstructorSpec {
pub arguments: Vec<Statement>,
pub elements: Elements,
}
Fields§
§arguments: Vec<Statement>
§elements: Elements
Implementations§
Trait Implementations§
Source§impl Clone for ConstructorSpec
impl Clone for ConstructorSpec
Source§fn clone(&self) -> ConstructorSpec
fn clone(&self) -> ConstructorSpec
Returns a copy 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 ConstructorSpec
impl Debug for ConstructorSpec
Source§impl From<ConstructorSpec> for Element
impl From<ConstructorSpec> for Element
Source§fn from(value: ConstructorSpec) -> Element
fn from(value: ConstructorSpec) -> Element
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ConstructorSpec
impl RefUnwindSafe for ConstructorSpec
impl Send for ConstructorSpec
impl Sync for ConstructorSpec
impl Unpin for ConstructorSpec
impl UnwindSafe for ConstructorSpec
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