pub enum Uncloseable {}Expand description
Controls whether the SemaphoreQueue is not closeable.
Trait Implementations§
Source§impl Debug for Uncloseable
impl Debug for Uncloseable
Source§impl Display for Uncloseable
impl Display for Uncloseable
Source§impl Error for Uncloseable
impl Error for Uncloseable
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl IsCloseable for Uncloseable
impl IsCloseable for Uncloseable
Source§type AcquireError<P> = AcquireError<Uncloseable>
type AcquireError<P> = AcquireError<Uncloseable>
Auto Trait Implementations§
impl Freeze for Uncloseable
impl RefUnwindSafe for Uncloseable
impl Send for Uncloseable
impl Sync for Uncloseable
impl Unpin for Uncloseable
impl UnwindSafe for Uncloseable
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