pub struct ExecutionModule {
pub models: Vec<ExecutionModel>,
pub span: Span,
}Fields§
§models: Vec<ExecutionModel>§span: SpanTrait Implementations§
Source§impl Clone for ExecutionModule
impl Clone for ExecutionModule
Source§fn clone(&self) -> ExecutionModule
fn clone(&self) -> ExecutionModule
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 moreSource§impl Debug for ExecutionModule
impl Debug for ExecutionModule
Source§impl PartialEq for ExecutionModule
impl PartialEq for ExecutionModule
Source§fn eq(&self, other: &ExecutionModule) -> bool
fn eq(&self, other: &ExecutionModule) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExecutionModule
Auto Trait Implementations§
impl Freeze for ExecutionModule
impl RefUnwindSafe for ExecutionModule
impl Send for ExecutionModule
impl Sync for ExecutionModule
impl Unpin for ExecutionModule
impl UnsafeUnpin for ExecutionModule
impl UnwindSafe for ExecutionModule
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