pub struct ContractState(/* private fields */);Expand description
Bytes representing a contract state
Implementations§
Source§impl ContractState
impl ContractState
Trait Implementations§
Source§impl Canon for ContractState
impl Canon for ContractState
Source§impl Clone for ContractState
impl Clone for ContractState
Source§fn clone(&self) -> ContractState
fn clone(&self) -> ContractState
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 moreSource§impl Debug for ContractState
impl Debug for ContractState
Source§impl Default for ContractState
impl Default for ContractState
Source§fn default() -> ContractState
fn default() -> ContractState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContractState
impl RefUnwindSafe for ContractState
impl Send for ContractState
impl Sync for ContractState
impl Unpin for ContractState
impl UnwindSafe for ContractState
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