pub struct WaitContext;Implementations§
Source§impl WaitContext
impl WaitContext
pub fn new() -> MesaResult<WaitContext>
pub fn add( &mut self, _connection_id: u64, _descriptor: &OwnedDescriptor, ) -> MesaResult<()>
pub fn wait(&mut self, _timeout: WaitTimeout) -> MesaResult<Vec<WaitEvent>>
pub fn delete(&mut self, _descriptor: &OwnedDescriptor) -> MesaResult<()>
Auto Trait Implementations§
impl Freeze for WaitContext
impl RefUnwindSafe for WaitContext
impl Send for WaitContext
impl Sync for WaitContext
impl Unpin for WaitContext
impl UnsafeUnpin for WaitContext
impl UnwindSafe for WaitContext
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