pub struct BtId(pub u16);Expand description
Business term id (BT-151). Finding location, not a typed table-2 field.
Tuple Fields§
§0: u16Numeric suffix (151 in BT-151).
Trait Implementations§
impl Copy for BtId
impl Eq for BtId
Source§impl Ord for BtId
impl Ord for BtId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for BtId
impl PartialOrd for BtId
impl StructuralPartialEq for BtId
Auto Trait Implementations§
impl Freeze for BtId
impl RefUnwindSafe for BtId
impl Send for BtId
impl Sync for BtId
impl Unpin for BtId
impl UnsafeUnpin for BtId
impl UnwindSafe for BtId
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