pub enum Closeable {}Expand description
Controls whether the SemaphoreQueue is closeable.
Trait Implementations§
Source§impl IsCloseable for Closeable
impl IsCloseable for Closeable
Source§type AcquireError<P> = AcquireError<P>
type AcquireError<P> = AcquireError<P>
Auto Trait Implementations§
impl Freeze for Closeable
impl RefUnwindSafe for Closeable
impl Send for Closeable
impl Sync for Closeable
impl Unpin for Closeable
impl UnwindSafe for Closeable
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