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