pub struct IRAssignment {
pub property: String,
pub value: IRExpr,
}Fields§
§property: String§value: IRExprTrait Implementations§
Source§impl Clone for IRAssignment
impl Clone for IRAssignment
Source§fn clone(&self) -> IRAssignment
fn clone(&self) -> IRAssignment
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IRAssignment
impl RefUnwindSafe for IRAssignment
impl Send for IRAssignment
impl Sync for IRAssignment
impl Unpin for IRAssignment
impl UnsafeUnpin for IRAssignment
impl UnwindSafe for IRAssignment
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