pub enum PoolStatus {
Empty,
PartiallyFull,
Full,
}
Variants§
Auto Trait Implementations§
impl Freeze for PoolStatus
impl RefUnwindSafe for PoolStatus
impl Send for PoolStatus
impl Sync for PoolStatus
impl Unpin for PoolStatus
impl UnwindSafe for PoolStatus
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