pub struct UpdateRoleAction { /* private fields */ }Expand description
Native representation of the “update role” action payload
Implementations
Trait Implementations
sourceimpl Clone for UpdateRoleAction
impl Clone for UpdateRoleAction
sourcefn clone(&self) -> UpdateRoleAction
fn clone(&self) -> UpdateRoleAction
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 UpdateRoleAction
impl Debug for UpdateRoleAction
sourceimpl Default for UpdateRoleAction
impl Default for UpdateRoleAction
sourcefn default() -> UpdateRoleAction
fn default() -> UpdateRoleAction
Returns the “default value” for a type. Read more
sourceimpl FromBytes<UpdateRoleAction> for UpdateRoleAction
impl FromBytes<UpdateRoleAction> for UpdateRoleAction
fn from_bytes(bytes: &[u8]) -> Result<UpdateRoleAction, ProtoConversionError>
sourceimpl FromNative<UpdateRoleAction> for UpdateRoleAction
impl FromNative<UpdateRoleAction> for UpdateRoleAction
fn from_native(
update_role: UpdateRoleAction
) -> Result<Self, ProtoConversionError>
sourceimpl FromProto<UpdateRoleAction> for UpdateRoleAction
impl FromProto<UpdateRoleAction> for UpdateRoleAction
fn from_proto(
update_role: UpdateRoleAction
) -> Result<Self, ProtoConversionError>
sourceimpl IntoBytes for UpdateRoleAction
impl IntoBytes for UpdateRoleAction
fn into_bytes(self) -> Result<Vec<u8>, ProtoConversionError>
sourceimpl IntoNative<UpdateRoleAction> for UpdateRoleAction
impl IntoNative<UpdateRoleAction> for UpdateRoleAction
fn into_native(self) -> Result<T, ProtoConversionError>
sourceimpl IntoProto<UpdateRoleAction> for UpdateRoleAction
impl IntoProto<UpdateRoleAction> for UpdateRoleAction
fn into_proto(self) -> Result<T, ProtoConversionError>
sourceimpl PartialEq<UpdateRoleAction> for UpdateRoleAction
impl PartialEq<UpdateRoleAction> for UpdateRoleAction
sourcefn eq(&self, other: &UpdateRoleAction) -> bool
fn eq(&self, other: &UpdateRoleAction) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &UpdateRoleAction) -> bool
fn ne(&self, other: &UpdateRoleAction) -> bool
This method tests for !=.
impl StructuralPartialEq for UpdateRoleAction
Auto Trait Implementations
impl RefUnwindSafe for UpdateRoleAction
impl Send for UpdateRoleAction
impl Sync for UpdateRoleAction
impl Unpin for UpdateRoleAction
impl UnwindSafe for UpdateRoleAction
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