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