pub struct NumberDomainTableSpec<'a> { /* private fields */ }Expand description
Inputs for the shared number-domain browse table.
Implementations§
Source§impl<'a> NumberDomainTableSpec<'a>
impl<'a> NumberDomainTableSpec<'a>
Sourcepub fn new(
domain: Symbol,
numeric_family: &'a str,
canonical_form: &'a str,
parse_priority: i32,
literal_class: Value,
instance_shape: Value,
value_shape: Value,
) -> Self
pub fn new( domain: Symbol, numeric_family: &'a str, canonical_form: &'a str, parse_priority: i32, literal_class: Value, instance_shape: Value, value_shape: Value, ) -> Self
Assemble the inputs for one domain’s browse table from its identity, parse priority, and the literal-class/instance-shape/value-shape values.
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for NumberDomainTableSpec<'a>
impl<'a> !UnwindSafe for NumberDomainTableSpec<'a>
impl<'a> Freeze for NumberDomainTableSpec<'a>
impl<'a> Send for NumberDomainTableSpec<'a>
impl<'a> Sync for NumberDomainTableSpec<'a>
impl<'a> Unpin for NumberDomainTableSpec<'a>
impl<'a> UnsafeUnpin for NumberDomainTableSpec<'a>
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