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§
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