pub struct BlockingExpect<'a> { /* private fields */ }Expand description
A blocking expect operation.
Implementations§
Source§impl<'a> BlockingExpect<'a>
impl<'a> BlockingExpect<'a>
Sourcepub const fn new(session: &'a mut SyncSession) -> Self
pub const fn new(session: &'a mut SyncSession) -> Self
Create a new blocking expect operation.
Auto Trait Implementations§
impl<'a> Freeze for BlockingExpect<'a>
impl<'a> !RefUnwindSafe for BlockingExpect<'a>
impl<'a> Send for BlockingExpect<'a>
impl<'a> Sync for BlockingExpect<'a>
impl<'a> Unpin for BlockingExpect<'a>
impl<'a> !UnwindSafe for BlockingExpect<'a>
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