Struct fluent_asserter::PanicAsserter
source · [−]pub struct PanicAsserter<F, R> where
F: FnOnce() -> R + UnwindSafe, { /* private fields */ }Implementations
sourceimpl<F, R> PanicAsserter<F, R> where
F: FnOnce() -> R + UnwindSafe,
impl<F, R> PanicAsserter<F, R> where
F: FnOnce() -> R + UnwindSafe,
Auto Trait Implementations
impl<F, R> RefUnwindSafe for PanicAsserter<F, R> where
F: RefUnwindSafe,
impl<F, R> Send for PanicAsserter<F, R> where
F: Send,
impl<F, R> Sync for PanicAsserter<F, R> where
F: Sync,
impl<F, R> Unpin for PanicAsserter<F, R> where
F: Unpin,
impl<F, R> UnwindSafe for PanicAsserter<F, R>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more