Struct everscale_types::models::account::SimpleLib
source · pub struct SimpleLib {
pub public: bool,
pub root: Cell,
}Expand description
Simple TVM library.
Fields§
§public: boolWhether this library is accessible from other accounts.
root: CellReference to the library cell.
Trait Implementations§
source§impl PartialEq<SimpleLib> for SimpleLib
impl PartialEq<SimpleLib> for SimpleLib
source§impl Store for SimpleLib
impl Store for SimpleLib
source§fn store_into(
&self,
__builder: &mut CellBuilder,
__finalizer: &mut dyn Finalizer
) -> Result<(), Error>
fn store_into( &self, __builder: &mut CellBuilder, __finalizer: &mut dyn Finalizer ) -> Result<(), Error>
Tries to store itself into the cell builder.
impl Eq for SimpleLib
impl StructuralEq for SimpleLib
impl StructuralPartialEq for SimpleLib
Auto Trait Implementations§
impl !RefUnwindSafe for SimpleLib
impl Send for SimpleLib
impl Sync for SimpleLib
impl Unpin for SimpleLib
impl !UnwindSafe for SimpleLib
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