Struct everscale_types::models::message::LazyMessage
source · #[repr(transparent)]pub struct LazyMessage(_);Expand description
Lazy-loaded message model.
Implementations§
Trait Implementations§
source§impl Clone for LazyMessage
impl Clone for LazyMessage
source§fn clone(&self) -> LazyMessage
fn clone(&self) -> LazyMessage
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for LazyMessage
impl Debug for LazyMessage
source§impl<'a> Load<'a> for LazyMessage
impl<'a> Load<'a> for LazyMessage
source§impl PartialEq<Cell> for LazyMessage
impl PartialEq<Cell> for LazyMessage
source§impl PartialEq<LazyMessage> for LazyMessage
impl PartialEq<LazyMessage> for LazyMessage
source§impl Store for LazyMessage
impl Store for LazyMessage
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 Eq for LazyMessage
impl StructuralEq for LazyMessage
Auto Trait Implementations§
impl !RefUnwindSafe for LazyMessage
impl Send for LazyMessage
impl Sync for LazyMessage
impl Unpin for LazyMessage
impl !UnwindSafe for LazyMessage
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