pub enum Partiality {
Atomic,
ExplicitGaps,
}Variants§
Atomic
Either all declared outputs are produced or the node fails.
ExplicitGaps
A successful attempt may include explicit, machine-readable gaps.
Trait Implementations§
Source§impl Clone for Partiality
impl Clone for Partiality
Source§fn clone(&self) -> Partiality
fn clone(&self) -> Partiality
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 Partiality
Source§impl Debug for Partiality
impl Debug for Partiality
Source§impl<'de> Deserialize<'de> for Partiality
impl<'de> Deserialize<'de> for Partiality
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for Partiality
Source§impl Ord for Partiality
impl Ord for Partiality
Source§fn cmp(&self, other: &Partiality) -> Ordering
fn cmp(&self, other: &Partiality) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for Partiality
impl PartialEq for Partiality
Source§impl PartialOrd for Partiality
impl PartialOrd for Partiality
Source§impl Serialize for Partiality
impl Serialize for Partiality
impl StructuralPartialEq for Partiality
Auto Trait Implementations§
impl Freeze for Partiality
impl RefUnwindSafe for Partiality
impl Send for Partiality
impl Sync for Partiality
impl Unpin for Partiality
impl UnsafeUnpin for Partiality
impl UnwindSafe for Partiality
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