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