pub struct OperationAssignment {
pub id: String,
pub value: Box<Expression>,
}
Fields§
§id: String
§value: Box<Expression>
Trait Implementations§
Source§impl Clone for OperationAssignment
impl Clone for OperationAssignment
Source§fn clone(&self) -> OperationAssignment
fn clone(&self) -> OperationAssignment
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 OperationAssignment
impl RefUnwindSafe for OperationAssignment
impl Send for OperationAssignment
impl Sync for OperationAssignment
impl Unpin for OperationAssignment
impl UnwindSafe for OperationAssignment
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