pub struct NonZeroUintProperty;
Expand description
A PropertyAssertion that passes for non-zero, unsigned integers.
TODO(https://fxbug.dev/42140843): generalize this to use the >= operator.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NonZeroUintProperty
impl RefUnwindSafe for NonZeroUintProperty
impl Send for NonZeroUintProperty
impl Sync for NonZeroUintProperty
impl Unpin for NonZeroUintProperty
impl UnwindSafe for NonZeroUintProperty
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