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