pub struct MergedVariable {
pub target: Variable,
pub sources: Vec<Variable>,
}
Fields§
§target: Variable
§sources: Vec<Variable>
Trait Implementations§
source§impl Clone for MergedVariable
impl Clone for MergedVariable
source§fn clone(&self) -> MergedVariable
fn clone(&self) -> MergedVariable
Returns a copy 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 moresource§impl CoreArrayProvider for MergedVariable
impl CoreArrayProvider for MergedVariable
source§impl Debug for MergedVariable
impl Debug for MergedVariable
source§impl Hash for MergedVariable
impl Hash for MergedVariable
source§impl PartialEq for MergedVariable
impl PartialEq for MergedVariable
impl Eq for MergedVariable
impl StructuralPartialEq for MergedVariable
Auto Trait Implementations§
impl Freeze for MergedVariable
impl RefUnwindSafe for MergedVariable
impl Send for MergedVariable
impl Sync for MergedVariable
impl Unpin for MergedVariable
impl UnwindSafe for MergedVariable
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