pub enum ScenarioSource {
SchemaDerived,
Adversarial,
DomainSeeded,
Manual,
}Variants§
Trait Implementations§
Source§impl Clone for ScenarioSource
impl Clone for ScenarioSource
Source§fn clone(&self) -> ScenarioSource
fn clone(&self) -> ScenarioSource
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 ScenarioSource
impl Debug for ScenarioSource
Source§impl<'de> Deserialize<'de> for ScenarioSource
impl<'de> Deserialize<'de> for ScenarioSource
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
Source§impl Display for ScenarioSource
impl Display for ScenarioSource
Source§impl PartialEq for ScenarioSource
impl PartialEq for ScenarioSource
Source§fn eq(&self, other: &ScenarioSource) -> bool
fn eq(&self, other: &ScenarioSource) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ScenarioSource
impl Serialize for ScenarioSource
impl Eq for ScenarioSource
impl StructuralPartialEq for ScenarioSource
Auto Trait Implementations§
impl Freeze for ScenarioSource
impl RefUnwindSafe for ScenarioSource
impl Send for ScenarioSource
impl Sync for ScenarioSource
impl Unpin for ScenarioSource
impl UnsafeUnpin for ScenarioSource
impl UnwindSafe for ScenarioSource
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