pub struct Constrained { /* private fields */ }
Expand description
An AssertionBuilder
which has a valid span matcher and at least one assertion criterion.
Auto Trait Implementations§
impl Freeze for Constrained
impl RefUnwindSafe for Constrained
impl Send for Constrained
impl Sync for Constrained
impl Unpin for Constrained
impl UnwindSafe for Constrained
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