Enum std::sync::once::ExclusiveState
source · pub(crate) enum ExclusiveState {
Incomplete,
Poisoned,
Complete,
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for ExclusiveState
impl Send for ExclusiveState
impl Sync for ExclusiveState
impl Unpin for ExclusiveState
impl UnwindSafe for ExclusiveState
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