pub enum ScenarioType1Code {
CodeHIST,
CodeHYPT,
}Variants§
Implementations§
Source§impl ScenarioType1Code
impl ScenarioType1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ScenarioType1Code
impl RefUnwindSafe for ScenarioType1Code
impl Send for ScenarioType1Code
impl Sync for ScenarioType1Code
impl Unpin for ScenarioType1Code
impl UnwindSafe for ScenarioType1Code
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