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