pub struct RoleAssignCommand { /* private fields */ }Expand description
Semantic command for role assignment.
Implementations§
Trait Implementations§
Source§impl Clone for RoleAssignCommand
impl Clone for RoleAssignCommand
Source§fn clone(&self) -> RoleAssignCommand
fn clone(&self) -> RoleAssignCommand
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 Debug for RoleAssignCommand
impl Debug for RoleAssignCommand
Source§impl PartialEq for RoleAssignCommand
impl PartialEq for RoleAssignCommand
impl Eq for RoleAssignCommand
impl StructuralPartialEq for RoleAssignCommand
Auto Trait Implementations§
impl Freeze for RoleAssignCommand
impl RefUnwindSafe for RoleAssignCommand
impl Send for RoleAssignCommand
impl Sync for RoleAssignCommand
impl Unpin for RoleAssignCommand
impl UnsafeUnpin for RoleAssignCommand
impl UnwindSafe for RoleAssignCommand
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