pub enum ApFamily {
Ap203,
Ap214,
Ap242,
Other,
}Expand description
AP family recognised from FILE_SCHEMA. Other = step-io did not
recognise the schema name (the raw text is still preserved in SchemaId).
Variants§
Trait Implementations§
impl Copy for ApFamily
impl Eq for ApFamily
impl StructuralPartialEq for ApFamily
Auto Trait Implementations§
impl Freeze for ApFamily
impl RefUnwindSafe for ApFamily
impl Send for ApFamily
impl Sync for ApFamily
impl Unpin for ApFamily
impl UnsafeUnpin for ApFamily
impl UnwindSafe for ApFamily
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