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