pub enum GlobalStateInit {
Eager,
Lazy,
}Expand description
Value of the global-state initialisation capability (2.12 rework).
Variants§
Trait Implementations§
Source§impl Clone for GlobalStateInit
impl Clone for GlobalStateInit
Source§fn clone(&self) -> GlobalStateInit
fn clone(&self) -> GlobalStateInit
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GlobalStateInit
Source§impl Debug for GlobalStateInit
impl Debug for GlobalStateInit
impl Eq for GlobalStateInit
Source§impl PartialEq for GlobalStateInit
impl PartialEq for GlobalStateInit
impl StructuralPartialEq for GlobalStateInit
Auto Trait Implementations§
impl Freeze for GlobalStateInit
impl RefUnwindSafe for GlobalStateInit
impl Send for GlobalStateInit
impl Sync for GlobalStateInit
impl Unpin for GlobalStateInit
impl UnsafeUnpin for GlobalStateInit
impl UnwindSafe for GlobalStateInit
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