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