pub struct DeleteContractAction { /* private fields */ }Expand description
Native implementation for DeleteContractAction
Implementations§
Trait Implementations§
Source§impl Clone for DeleteContractAction
impl Clone for DeleteContractAction
Source§fn clone(&self) -> DeleteContractAction
fn clone(&self) -> DeleteContractAction
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 DeleteContractAction
impl Debug for DeleteContractAction
Source§impl Default for DeleteContractAction
impl Default for DeleteContractAction
Source§fn default() -> DeleteContractAction
fn default() -> DeleteContractAction
Returns the “default value” for a type. Read more
Source§impl From<DeleteContractAction> for Action
impl From<DeleteContractAction> for Action
Source§fn from(action: DeleteContractAction) -> Self
fn from(action: DeleteContractAction) -> Self
Converts to this type from the input type.
Source§impl FromBytes<DeleteContractAction> for DeleteContractAction
impl FromBytes<DeleteContractAction> for DeleteContractAction
fn from_bytes( bytes: &[u8], ) -> Result<DeleteContractAction, ProtoConversionError>
Source§impl FromNative<DeleteContractAction> for DeleteContractAction
impl FromNative<DeleteContractAction> for DeleteContractAction
fn from_native( delete_contract_action: DeleteContractAction, ) -> Result<Self, ProtoConversionError>
Source§impl FromProto<DeleteContractAction> for DeleteContractAction
impl FromProto<DeleteContractAction> for DeleteContractAction
fn from_proto(proto: DeleteContractAction) -> Result<Self, ProtoConversionError>
Source§impl IntoBytes for DeleteContractAction
impl IntoBytes for DeleteContractAction
fn into_bytes(self) -> Result<Vec<u8>, ProtoConversionError>
Source§impl IntoNative<DeleteContractAction> for DeleteContractAction
impl IntoNative<DeleteContractAction> for DeleteContractAction
fn into_native(self) -> Result<T, ProtoConversionError>
Source§impl IntoProto<DeleteContractAction> for DeleteContractAction
impl IntoProto<DeleteContractAction> for DeleteContractAction
fn into_proto(self) -> Result<T, ProtoConversionError>
Source§impl PartialEq for DeleteContractAction
impl PartialEq for DeleteContractAction
impl StructuralPartialEq for DeleteContractAction
Auto Trait Implementations§
impl Freeze for DeleteContractAction
impl RefUnwindSafe for DeleteContractAction
impl Send for DeleteContractAction
impl Sync for DeleteContractAction
impl Unpin for DeleteContractAction
impl UnwindSafe for DeleteContractAction
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<'a, T> DefaultFeatures<'a> for T
impl<'a, T> DefaultFeatures<'a> for T
Source§fn clone_boxed(&self) -> Box<dyn DefaultFeatures<'a>>
fn clone_boxed(&self) -> Box<dyn DefaultFeatures<'a>>
Clone this value, and then immediately put it into a
Box
behind a trait object of this trait.Source§impl<'a, T> NonSyncFeatures<'a> for Twhere
T: 'a + Clone,
impl<'a, T> NonSyncFeatures<'a> for Twhere
T: 'a + Clone,
Source§fn clone_boxed(&self) -> Box<dyn NonSyncFeatures<'a>>
fn clone_boxed(&self) -> Box<dyn NonSyncFeatures<'a>>
Clone this value, and then immediately put it into a
Box
behind a trait object of this trait.