pub struct NumericBounds { /* private fields */ }Expand description
Evidence-backed effective numeric bounds. None means the current
reviewed evidence does not establish that bound.
Implementations§
Trait Implementations§
Source§impl Clone for NumericBounds
impl Clone for NumericBounds
Source§fn clone(&self) -> NumericBounds
fn clone(&self) -> NumericBounds
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NumericBounds
Source§impl Debug for NumericBounds
impl Debug for NumericBounds
Source§impl PartialEq for NumericBounds
impl PartialEq for NumericBounds
Source§impl PartialOrd for NumericBounds
impl PartialOrd for NumericBounds
impl StructuralPartialEq for NumericBounds
Auto Trait Implementations§
impl Freeze for NumericBounds
impl RefUnwindSafe for NumericBounds
impl Send for NumericBounds
impl Sync for NumericBounds
impl Unpin for NumericBounds
impl UnsafeUnpin for NumericBounds
impl UnwindSafe for NumericBounds
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