pub struct OnceState {
poisoned: bool,
set_state_to: Cell<u32>,
}
Fields§
§poisoned: bool
§set_state_to: Cell<u32>
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for OnceState
impl Send for OnceState
impl !Sync for OnceState
impl Unpin for OnceState
impl UnwindSafe for OnceState
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