pub struct Lazy<T: Sized> { /* private fields */ }Implementations§
Trait Implementations§
impl<T: Sized> Send for Lazy<T>
impl<T: Sized> Sync for Lazy<T>
Auto Trait Implementations§
impl<T> !Freeze for Lazy<T>
impl<T> !RefUnwindSafe for Lazy<T>
impl<T> Unpin for Lazy<T>where
T: Unpin,
impl<T> UnwindSafe for Lazy<T>where
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