Struct sway_types::TransactionScript
source · [−]pub struct TransactionScript { /* private fields */ }
Expand description
Transaction script interpreter representation
Implementations
Trait Implementations
sourceimpl Clone for TransactionScript
impl Clone for TransactionScript
sourcefn clone(&self) -> TransactionScript
fn clone(&self) -> TransactionScript
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for TransactionScript
impl Debug for TransactionScript
sourceimpl<'de> Deserialize<'de> for TransactionScript
impl<'de> Deserialize<'de> for TransactionScript
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl From<TransactionScript> for Context
impl From<TransactionScript> for Context
sourcefn from(script: TransactionScript) -> Self
fn from(script: TransactionScript) -> Self
Performs the conversion.
sourceimpl Hash for TransactionScript
impl Hash for TransactionScript
sourceimpl PartialEq<TransactionScript> for TransactionScript
impl PartialEq<TransactionScript> for TransactionScript
sourcefn eq(&self, other: &TransactionScript) -> bool
fn eq(&self, other: &TransactionScript) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &TransactionScript) -> bool
fn ne(&self, other: &TransactionScript) -> bool
This method tests for !=
.
sourceimpl Serialize for TransactionScript
impl Serialize for TransactionScript
impl Eq for TransactionScript
impl StructuralEq for TransactionScript
impl StructuralPartialEq for TransactionScript
Auto Trait Implementations
impl RefUnwindSafe for TransactionScript
impl Send for TransactionScript
impl Sync for TransactionScript
impl Unpin for TransactionScript
impl UnwindSafe for TransactionScript
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more