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