pub struct Code<F>(/* private fields */);Available on crate feature
panic only.Expand description
Wrapper type that holds a closure as code snippet.
Implementations§
Trait Implementations§
Source§impl<S> Expectation<Code<S>> for DoesNotPanicwhere
S: FnOnce(),
impl<S> Expectation<Code<S>> for DoesNotPanicwhere
S: FnOnce(),
Auto Trait Implementations§
impl<F> Freeze for Code<F>
impl<F> !RefUnwindSafe for Code<F>
impl<F> !Send for Code<F>
impl<F> !Sync for Code<F>
impl<F> Unpin for Code<F>
impl<F> !UnwindSafe for Code<F>
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