Enum lazy_wrap::LazyWrapState 
source · pub enum LazyWrapState<T, F> {
    Initialised(T),
    Uninitialised(F),
}Variants§
Auto Trait Implementations§
impl<T, F> RefUnwindSafe for LazyWrapState<T, F>where
    F: RefUnwindSafe,
    T: RefUnwindSafe,
impl<T, F> Send for LazyWrapState<T, F>
impl<T, F> Sync for LazyWrapState<T, F>
impl<T, F> Unpin for LazyWrapState<T, F>
impl<T, F> UnwindSafe for LazyWrapState<T, F>where
    F: UnwindSafe,
    T: UnwindSafe,
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