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