pub struct SumConstructor {
pub name: SimpleIdentifier,
pub constructor: Expression,
}Expand description
Basic data structures and functions
Fields§
§name: SimpleIdentifier§constructor: ExpressionTrait Implementations§
Source§impl Clone for SumConstructor
impl Clone for SumConstructor
Source§fn clone(&self) -> SumConstructor
fn clone(&self) -> SumConstructor
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 moreAuto Trait Implementations§
impl Freeze for SumConstructor
impl RefUnwindSafe for SumConstructor
impl Send for SumConstructor
impl Sync for SumConstructor
impl Unpin for SumConstructor
impl UnwindSafe for SumConstructor
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