pub struct DeleteARoleParams {
pub role_id: String,
}
Expand description
struct for passing parameters to the method delete_a_role
Fields§
§role_id: String
Alphanumeric string identifying the role.
Trait Implementations§
Source§impl Clone for DeleteARoleParams
impl Clone for DeleteARoleParams
Source§fn clone(&self) -> DeleteARoleParams
fn clone(&self) -> DeleteARoleParams
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 DeleteARoleParams
impl Debug for DeleteARoleParams
Source§impl Default for DeleteARoleParams
impl Default for DeleteARoleParams
Source§fn default() -> DeleteARoleParams
fn default() -> DeleteARoleParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeleteARoleParams
impl RefUnwindSafe for DeleteARoleParams
impl Send for DeleteARoleParams
impl Sync for DeleteARoleParams
impl Unpin for DeleteARoleParams
impl UnwindSafe for DeleteARoleParams
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