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