pub struct FromTermId(pub u32);Expand description
A FROM term.
Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for FromTermId
impl Clone for FromTermId
impl Copy for FromTermId
Source§impl Debug for FromTermId
impl Debug for FromTermId
impl Eq for FromTermId
Source§impl Hash for FromTermId
impl Hash for FromTermId
Source§impl Ord for FromTermId
impl Ord for FromTermId
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 PartialEq for FromTermId
impl PartialEq for FromTermId
Source§impl PartialOrd for FromTermId
impl PartialOrd for FromTermId
impl StructuralPartialEq for FromTermId
Auto Trait Implementations§
impl Freeze for FromTermId
impl RefUnwindSafe for FromTermId
impl Send for FromTermId
impl Sync for FromTermId
impl Unpin for FromTermId
impl UnsafeUnpin for FromTermId
impl UnwindSafe for FromTermId
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