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