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