Struct fastly_api::apis::iam_roles_api::DeleteARoleParams
source · 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 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 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 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