pub struct LazyV2<T: Sync> { /* private fields */ }
Expand description
Lazily initialized data.
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for LazyV2<T>
impl<T> !Send for LazyV2<T>
impl<T> Unpin for LazyV2<T>
impl<T> UnwindSafe for LazyV2<T> where
T: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more