pub struct Parameter {
pub discipline: Option<u8>,
pub category: Option<u8>,
pub table_version: Option<u8>,
pub number: u8,
pub short_name: &'static str,
pub description: &'static str,
}Expand description
Edition-independent parameter identity.
Fields§
§discipline: Option<u8>§category: Option<u8>§table_version: Option<u8>§number: u8§short_name: &'static str§description: &'static strImplementations§
Trait Implementations§
impl Copy for Parameter
impl Eq for Parameter
impl StructuralPartialEq for Parameter
Auto Trait Implementations§
impl Freeze for Parameter
impl RefUnwindSafe for Parameter
impl Send for Parameter
impl Sync for Parameter
impl Unpin for Parameter
impl UnsafeUnpin for Parameter
impl UnwindSafe for Parameter
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