pub struct AnyNumericProperty;
Expand description
A PropertyAssertion that passes for any Int, Uint, or Double.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnyNumericProperty
impl RefUnwindSafe for AnyNumericProperty
impl Send for AnyNumericProperty
impl Sync for AnyNumericProperty
impl Unpin for AnyNumericProperty
impl UnwindSafe for AnyNumericProperty
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