pub struct DeleteRoleAction { /* private fields */ }Expand description
Native representation of the “delete role” action payload
Implementations§
Trait Implementations§
Source§impl Clone for DeleteRoleAction
impl Clone for DeleteRoleAction
Source§fn clone(&self) -> DeleteRoleAction
fn clone(&self) -> DeleteRoleAction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeleteRoleAction
impl Debug for DeleteRoleAction
Source§impl Default for DeleteRoleAction
impl Default for DeleteRoleAction
Source§fn default() -> DeleteRoleAction
fn default() -> DeleteRoleAction
Returns the “default value” for a type. Read more
Source§impl FromBytes<DeleteRoleAction> for DeleteRoleAction
impl FromBytes<DeleteRoleAction> for DeleteRoleAction
fn from_bytes(bytes: &[u8]) -> Result<DeleteRoleAction, ProtoConversionError>
Source§impl FromNative<DeleteRoleAction> for DeleteRoleAction
impl FromNative<DeleteRoleAction> for DeleteRoleAction
fn from_native( delete_role: DeleteRoleAction, ) -> Result<Self, ProtoConversionError>
Source§impl FromProto<DeleteRoleAction> for DeleteRoleAction
impl FromProto<DeleteRoleAction> for DeleteRoleAction
fn from_proto( delete_role: DeleteRoleAction, ) -> Result<Self, ProtoConversionError>
Source§impl IntoBytes for DeleteRoleAction
impl IntoBytes for DeleteRoleAction
fn into_bytes(self) -> Result<Vec<u8>, ProtoConversionError>
Source§impl IntoNative<DeleteRoleAction> for DeleteRoleAction
impl IntoNative<DeleteRoleAction> for DeleteRoleAction
fn into_native(self) -> Result<T, ProtoConversionError>
Source§impl IntoProto<DeleteRoleAction> for DeleteRoleAction
impl IntoProto<DeleteRoleAction> for DeleteRoleAction
fn into_proto(self) -> Result<T, ProtoConversionError>
Source§impl PartialEq for DeleteRoleAction
impl PartialEq for DeleteRoleAction
impl StructuralPartialEq for DeleteRoleAction
Auto Trait Implementations§
impl Freeze for DeleteRoleAction
impl RefUnwindSafe for DeleteRoleAction
impl Send for DeleteRoleAction
impl Sync for DeleteRoleAction
impl Unpin for DeleteRoleAction
impl UnsafeUnpin for DeleteRoleAction
impl UnwindSafe for DeleteRoleAction
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