pub struct waitingForBatch;
Trait Implementations§
Source§impl Field for waitingForBatch
impl Field for waitingForBatch
Source§impl HasField<waitingForBatch> for Notification
impl HasField<waitingForBatch> for Notification
Auto Trait Implementations§
impl Freeze for waitingForBatch
impl RefUnwindSafe for waitingForBatch
impl Send for waitingForBatch
impl Sync for waitingForBatch
impl Unpin for waitingForBatch
impl UnwindSafe for waitingForBatch
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