pub struct DeleteContractRegistryAction { /* private fields */ }Expand description
Native implementation for DeleteContractRegistryAction
Implementations§
Trait Implementations§
Source§impl Clone for DeleteContractRegistryAction
impl Clone for DeleteContractRegistryAction
Source§fn clone(&self) -> DeleteContractRegistryAction
fn clone(&self) -> DeleteContractRegistryAction
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 DeleteContractRegistryAction
impl Debug for DeleteContractRegistryAction
Source§impl Default for DeleteContractRegistryAction
impl Default for DeleteContractRegistryAction
Source§fn default() -> DeleteContractRegistryAction
fn default() -> DeleteContractRegistryAction
Returns the “default value” for a type. Read more
Source§impl From<DeleteContractRegistryAction> for Action
impl From<DeleteContractRegistryAction> for Action
Source§fn from(action: DeleteContractRegistryAction) -> Self
fn from(action: DeleteContractRegistryAction) -> Self
Converts to this type from the input type.
Source§impl FromBytes<DeleteContractRegistryAction> for DeleteContractRegistryAction
impl FromBytes<DeleteContractRegistryAction> for DeleteContractRegistryAction
fn from_bytes( bytes: &[u8], ) -> Result<DeleteContractRegistryAction, ProtoConversionError>
Source§impl FromNative<DeleteContractRegistryAction> for DeleteContractRegistryAction
impl FromNative<DeleteContractRegistryAction> for DeleteContractRegistryAction
fn from_native( delete_contract_registry_action: DeleteContractRegistryAction, ) -> Result<Self, ProtoConversionError>
Source§impl FromProto<DeleteContractRegistryAction> for DeleteContractRegistryAction
impl FromProto<DeleteContractRegistryAction> for DeleteContractRegistryAction
fn from_proto( proto: DeleteContractRegistryAction, ) -> Result<Self, ProtoConversionError>
Source§impl IntoBytes for DeleteContractRegistryAction
impl IntoBytes for DeleteContractRegistryAction
fn into_bytes(self) -> Result<Vec<u8>, ProtoConversionError>
Source§impl IntoNative<DeleteContractRegistryAction> for DeleteContractRegistryAction
impl IntoNative<DeleteContractRegistryAction> for DeleteContractRegistryAction
fn into_native(self) -> Result<T, ProtoConversionError>
Source§impl IntoProto<DeleteContractRegistryAction> for DeleteContractRegistryAction
impl IntoProto<DeleteContractRegistryAction> for DeleteContractRegistryAction
fn into_proto(self) -> Result<T, ProtoConversionError>
Source§impl PartialEq for DeleteContractRegistryAction
impl PartialEq for DeleteContractRegistryAction
Source§fn eq(&self, other: &DeleteContractRegistryAction) -> bool
fn eq(&self, other: &DeleteContractRegistryAction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteContractRegistryAction
Auto Trait Implementations§
impl Freeze for DeleteContractRegistryAction
impl RefUnwindSafe for DeleteContractRegistryAction
impl Send for DeleteContractRegistryAction
impl Sync for DeleteContractRegistryAction
impl Unpin for DeleteContractRegistryAction
impl UnwindSafe for DeleteContractRegistryAction
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.