pub struct NumericalRestrictions { /* private fields */ }Expand description
“numerical-restrictions”.
Implementations§
Trait Implementations§
Source§impl Clone for NumericalRestrictions
impl Clone for NumericalRestrictions
Source§fn clone(&self) -> NumericalRestrictions
fn clone(&self) -> NumericalRestrictions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Compound for NumericalRestrictions
impl Compound for NumericalRestrictions
Source§impl Debug for NumericalRestrictions
impl Debug for NumericalRestrictions
Source§impl PartialEq for NumericalRestrictions
impl PartialEq for NumericalRestrictions
impl StructuralPartialEq for NumericalRestrictions
Auto Trait Implementations§
impl Freeze for NumericalRestrictions
impl RefUnwindSafe for NumericalRestrictions
impl Send for NumericalRestrictions
impl Sync for NumericalRestrictions
impl Unpin for NumericalRestrictions
impl UnwindSafe for NumericalRestrictions
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