pub struct ConstructorCall {
pub ty: RefType,
pub args: Vec<Expr>,
}
Expand description
Constructor call
Fields§
§ty: RefType
§args: Vec<Expr>
Implementations§
Trait Implementations§
Source§impl Clone for ConstructorCall
impl Clone for ConstructorCall
Source§fn clone(&self) -> ConstructorCall
fn clone(&self) -> ConstructorCall
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 ConstructorCall
impl RefUnwindSafe for ConstructorCall
impl Send for ConstructorCall
impl Sync for ConstructorCall
impl Unpin for ConstructorCall
impl UnwindSafe for ConstructorCall
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