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