struct ProxyWrite {
target: Handle<Expression>,
value: Handle<Expression>,
convert: Option<Scalar>,
}
Expand description
Struct detailing a store operation that must happen after a function call
Fields§
§target: Handle<Expression>
The store target
value: Handle<Expression>
A pointer to read the value of the store
convert: Option<Scalar>
An optional conversion to be applied
Auto Trait Implementations§
impl Freeze for ProxyWrite
impl RefUnwindSafe for ProxyWrite
impl Send for ProxyWrite
impl Sync for ProxyWrite
impl Unpin for ProxyWrite
impl UnwindSafe for ProxyWrite
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