Struct everscale_types::models::account::OptionalAccount
source · pub struct OptionalAccount<C: CellFamily>(pub Option<Account<C>>);Expand description
A wrapper for Option<Account> with customized representation.
Tuple Fields§
§0: Option<Account<C>>Implementations§
source§impl<C: CellFamily> OptionalAccount<C>
impl<C: CellFamily> OptionalAccount<C>
Trait Implementations§
source§impl<C: CellFamily> Clone for OptionalAccount<C>
impl<C: CellFamily> Clone for OptionalAccount<C>
source§impl<C: CellFamily> Debug for OptionalAccount<C>
impl<C: CellFamily> Debug for OptionalAccount<C>
source§impl<C: CellFamily> Default for OptionalAccount<C>
impl<C: CellFamily> Default for OptionalAccount<C>
source§impl<'a, C: CellFamily> Load<'a, C> for OptionalAccount<C>
impl<'a, C: CellFamily> Load<'a, C> for OptionalAccount<C>
source§impl<C: CellFamily> PartialEq<OptionalAccount<C>> for OptionalAccount<C>
impl<C: CellFamily> PartialEq<OptionalAccount<C>> for OptionalAccount<C>
source§impl<C: CellFamily> Store<C> for OptionalAccount<C>
impl<C: CellFamily> Store<C> for OptionalAccount<C>
source§fn store_into(
&self,
builder: &mut CellBuilder<C>,
finalizer: &mut dyn Finalizer<C>
) -> bool
fn store_into( &self, builder: &mut CellBuilder<C>, finalizer: &mut dyn Finalizer<C> ) -> bool
Tries to store itself into the cell builder.