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