pub struct RustIRConstructArg {
pub name: Arc<str>,
pub value: RustIRExpr,
}Fields§
§name: Arc<str>§value: RustIRExprTrait Implementations§
Source§impl Clone for RustIRConstructArg
impl Clone for RustIRConstructArg
Source§fn clone(&self) -> RustIRConstructArg
fn clone(&self) -> RustIRConstructArg
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 RustIRConstructArg
impl Debug for RustIRConstructArg
Source§impl PartialEq for RustIRConstructArg
impl PartialEq for RustIRConstructArg
impl StructuralPartialEq for RustIRConstructArg
Auto Trait Implementations§
impl Freeze for RustIRConstructArg
impl RefUnwindSafe for RustIRConstructArg
impl Send for RustIRConstructArg
impl Sync for RustIRConstructArg
impl Unpin for RustIRConstructArg
impl UnwindSafe for RustIRConstructArg
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