Struct everscale_types::models::Lazy
source · pub struct Lazy<T> { /* private fields */ }Expand description
Lazy-loaded model.
Implementations§
Trait Implementations§
source§impl<T> PartialEq<Lazy<T>> for Lazy<T>
impl<T> PartialEq<Lazy<T>> for Lazy<T>
source§impl<T> Store for Lazy<T>
impl<T> Store for Lazy<T>
source§fn store_into(
&self,
builder: &mut CellBuilder,
_: &mut dyn Finalizer
) -> Result<(), Error>
fn store_into( &self, builder: &mut CellBuilder, _: &mut dyn Finalizer ) -> Result<(), Error>
Tries to store itself into the cell builder.
impl<T> Eq for Lazy<T>
Auto Trait Implementations§
impl<T> !RefUnwindSafe for Lazy<T>
impl<T> Send for Lazy<T>where T: Send,
impl<T> Sync for Lazy<T>where T: Sync,
impl<T> Unpin for Lazy<T>where T: Unpin,
impl<T> !UnwindSafe for Lazy<T>
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