pub struct ExpectFn { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for ExpectFn
impl RefUnwindSafe for ExpectFn
impl Send for ExpectFn
impl Sync for ExpectFn
impl Unpin for ExpectFn
impl UnsafeUnpin for ExpectFn
impl UnwindSafe for ExpectFn
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