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