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