pub struct AcquireError(/* private fields */);
Expand description
An error which can occur when a Semaphore
has been closed.
Trait Implementations§
Source§impl Clone for AcquireError
impl Clone for AcquireError
Source§fn clone(&self) -> AcquireError
fn clone(&self) -> AcquireError
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AcquireError
impl Debug for AcquireError
Source§impl Display for AcquireError
impl Display for AcquireError
Source§impl PartialEq for AcquireError
impl PartialEq for AcquireError
Source§impl PartialOrd for AcquireError
impl PartialOrd for AcquireError
Source§fn partial_cmp(&self, other: &AcquireError) -> Option<Ordering>
fn partial_cmp(&self, other: &AcquireError) -> Option<Ordering>
impl Copy for AcquireError
impl StructuralPartialEq for AcquireError
Auto Trait Implementations§
impl Freeze for AcquireError
impl RefUnwindSafe for AcquireError
impl Send for AcquireError
impl Sync for AcquireError
impl Unpin for AcquireError
impl UnwindSafe for AcquireError
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)