struct Waitlist {
queue: LinkedList<Waiter, <Waiter as Link>::Target>,
closed: bool,
}Fields§
§queue: LinkedList<Waiter, <Waiter as Link>::Target>§closed: boolAuto Trait Implementations§
impl Freeze for Waitlist
impl !RefUnwindSafe for Waitlist
impl Send for Waitlist
impl !Sync for Waitlist
impl Unpin for Waitlist
impl UnsafeUnpin 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