pub struct DeleteRoleAction { /* private fields */ }Expand description
Native representation of the “delete role” action payload
Implementations
Trait Implementations
sourceimpl Clone for DeleteRoleAction
impl Clone for DeleteRoleAction
sourcefn clone(&self) -> DeleteRoleAction
fn clone(&self) -> DeleteRoleAction
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DeleteRoleAction
impl Debug for DeleteRoleAction
sourceimpl Default for DeleteRoleAction
impl Default for DeleteRoleAction
sourcefn default() -> DeleteRoleAction
fn default() -> DeleteRoleAction
Returns the “default value” for a type. Read more
sourceimpl FromBytes<DeleteRoleAction> for DeleteRoleAction
impl FromBytes<DeleteRoleAction> for DeleteRoleAction
fn from_bytes(bytes: &[u8]) -> Result<DeleteRoleAction, ProtoConversionError>
sourceimpl FromNative<DeleteRoleAction> for DeleteRoleAction
impl FromNative<DeleteRoleAction> for DeleteRoleAction
fn from_native(
delete_role: DeleteRoleAction
) -> Result<Self, ProtoConversionError>
sourceimpl FromProto<DeleteRoleAction> for DeleteRoleAction
impl FromProto<DeleteRoleAction> for DeleteRoleAction
fn from_proto(
delete_role: DeleteRoleAction
) -> Result<Self, ProtoConversionError>
sourceimpl IntoBytes for DeleteRoleAction
impl IntoBytes for DeleteRoleAction
fn into_bytes(self) -> Result<Vec<u8>, ProtoConversionError>
sourceimpl IntoNative<DeleteRoleAction> for DeleteRoleAction
impl IntoNative<DeleteRoleAction> for DeleteRoleAction
fn into_native(self) -> Result<T, ProtoConversionError>
sourceimpl IntoProto<DeleteRoleAction> for DeleteRoleAction
impl IntoProto<DeleteRoleAction> for DeleteRoleAction
fn into_proto(self) -> Result<T, ProtoConversionError>
sourceimpl PartialEq<DeleteRoleAction> for DeleteRoleAction
impl PartialEq<DeleteRoleAction> for DeleteRoleAction
sourcefn eq(&self, other: &DeleteRoleAction) -> bool
fn eq(&self, other: &DeleteRoleAction) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &DeleteRoleAction) -> bool
fn ne(&self, other: &DeleteRoleAction) -> bool
This method tests for !=.
impl StructuralPartialEq for DeleteRoleAction
Auto Trait Implementations
impl RefUnwindSafe for DeleteRoleAction
impl Send for DeleteRoleAction
impl Sync for DeleteRoleAction
impl Unpin for DeleteRoleAction
impl UnwindSafe for DeleteRoleAction
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more