pub struct OnchainActionExecuteBody { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for OnchainActionExecuteBody
impl Clone for OnchainActionExecuteBody
Source§fn clone(&self) -> OnchainActionExecuteBody
fn clone(&self) -> OnchainActionExecuteBody
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OnchainActionExecuteBody
impl Debug for OnchainActionExecuteBody
Source§impl Default for OnchainActionExecuteBody
impl Default for OnchainActionExecuteBody
Source§impl From<OnchainActionExecuteBody> for OnchainActionExecuteBody
impl From<OnchainActionExecuteBody> for OnchainActionExecuteBody
Source§fn from(value: OnchainActionExecuteBody) -> Self
fn from(value: OnchainActionExecuteBody) -> Self
Converts to this type from the input type.
Source§impl TryFrom<OnchainActionExecuteBody> for OnchainActionExecuteBody
impl TryFrom<OnchainActionExecuteBody> for OnchainActionExecuteBody
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: OnchainActionExecuteBody) -> Result<Self, ConversionError>
fn try_from(value: OnchainActionExecuteBody) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for OnchainActionExecuteBody
impl RefUnwindSafe for OnchainActionExecuteBody
impl Send for OnchainActionExecuteBody
impl Sync for OnchainActionExecuteBody
impl Unpin for OnchainActionExecuteBody
impl UnsafeUnpin for OnchainActionExecuteBody
impl UnwindSafe for OnchainActionExecuteBody
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