#[repr(u8)]pub enum OnceCellState {
Empty = 0,
Initializing = 1,
Initialized = 2,
}Variants§
Trait Implementations§
Source§impl Clone for OnceCellState
impl Clone for OnceCellState
Source§fn clone(&self) -> OnceCellState
fn clone(&self) -> OnceCellState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OnceCellState
impl Debug for OnceCellState
Source§impl<'ʄ> Facet<'ʄ> for OnceCellState
impl<'ʄ> Facet<'ʄ> for OnceCellState
Source§impl PartialEq for OnceCellState
impl PartialEq for OnceCellState
impl Copy for OnceCellState
impl Eq for OnceCellState
impl StructuralPartialEq for OnceCellState
Auto Trait Implementations§
impl Freeze for OnceCellState
impl RefUnwindSafe for OnceCellState
impl Send for OnceCellState
impl Sync for OnceCellState
impl Unpin for OnceCellState
impl UnsafeUnpin for OnceCellState
impl UnwindSafe for OnceCellState
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.