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