pub struct MemoryStackAccount {
pub basic: Basic,
pub code: Option<Vec<u8>>,
pub reset: bool,
}Fields§
§basic: Basic§code: Option<Vec<u8>>§reset: boolTrait Implementations§
Source§impl Clone for MemoryStackAccount
impl Clone for MemoryStackAccount
Source§fn clone(&self) -> MemoryStackAccount
fn clone(&self) -> MemoryStackAccount
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for MemoryStackAccount
impl RefUnwindSafe for MemoryStackAccount
impl Send for MemoryStackAccount
impl Sync for MemoryStackAccount
impl Unpin for MemoryStackAccount
impl UnwindSafe for MemoryStackAccount
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