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