pub enum ModelTopology {
ScalarChain,
SetResourceOutput,
}Expand description
Supported model-test graph shape generated for oracle checks.
Variants§
ScalarChain
One canonical scalar input feeding a pure derived chain.
SetResourceOutput
A set input feeding a collection, resource planner, and output.
Trait Implementations§
Source§impl Clone for ModelTopology
impl Clone for ModelTopology
Source§fn clone(&self) -> ModelTopology
fn clone(&self) -> ModelTopology
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 moreimpl Copy for ModelTopology
Source§impl Debug for ModelTopology
impl Debug for ModelTopology
impl Eq for ModelTopology
Source§impl PartialEq for ModelTopology
impl PartialEq for ModelTopology
Source§fn eq(&self, other: &ModelTopology) -> bool
fn eq(&self, other: &ModelTopology) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ModelTopology
Auto Trait Implementations§
impl Freeze for ModelTopology
impl RefUnwindSafe for ModelTopology
impl Send for ModelTopology
impl Sync for ModelTopology
impl Unpin for ModelTopology
impl UnsafeUnpin for ModelTopology
impl UnwindSafe for ModelTopology
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