pub struct NumericBounds { /* private fields */ }Expand description
Source-backed effective numeric bounds. None means the current reviewed
source does not establish that bound.
Implementations§
Trait Implementations§
Source§impl Clone for NumericBounds
impl Clone for NumericBounds
impl 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