pub struct FlowsPolicy {
pub entrypoints: Vec<String>,
pub on_nondeterminism: NondeterminismResponse,
}Expand description
Tier 2 flow designation — parsed and carried, enforced by the real core.
Fields§
§entrypoints: Vec<String>§on_nondeterminism: NondeterminismResponseTrait Implementations§
Source§impl Clone for FlowsPolicy
impl Clone for FlowsPolicy
Source§fn clone(&self) -> FlowsPolicy
fn clone(&self) -> FlowsPolicy
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 FlowsPolicy
impl Debug for FlowsPolicy
Source§impl Default for FlowsPolicy
impl Default for FlowsPolicy
Source§fn default() -> FlowsPolicy
fn default() -> FlowsPolicy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FlowsPolicywhere
FlowsPolicy: Default,
impl<'de> Deserialize<'de> for FlowsPolicywhere
FlowsPolicy: Default,
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 FlowsPolicy
Source§impl PartialEq for FlowsPolicy
impl PartialEq for FlowsPolicy
impl StructuralPartialEq for FlowsPolicy
Auto Trait Implementations§
impl Freeze for FlowsPolicy
impl RefUnwindSafe for FlowsPolicy
impl Send for FlowsPolicy
impl Sync for FlowsPolicy
impl Unpin for FlowsPolicy
impl UnsafeUnpin for FlowsPolicy
impl UnwindSafe for FlowsPolicy
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