Struct tokio::sync::batch_semaphore::Waitlist
source · struct Waitlist {
queue: LinkedList<Waiter, <Waiter as Link>::Target>,
closed: bool,
}
Fields§
§queue: LinkedList<Waiter, <Waiter as Link>::Target>
§closed: bool
Auto Trait Implementations§
impl Freeze for Waitlist
impl !RefUnwindSafe for Waitlist
impl Send for Waitlist
impl !Sync for Waitlist
impl Unpin for Waitlist
impl !UnwindSafe for Waitlist
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