pub struct CreateServiceLinkedRoleResponse {
pub role: Option<Role>,
}Fields§
§role: Option<Role>A Role object that contains details about the newly created role.
Trait Implementations§
Source§impl Clone for CreateServiceLinkedRoleResponse
impl Clone for CreateServiceLinkedRoleResponse
Source§fn clone(&self) -> CreateServiceLinkedRoleResponse
fn clone(&self) -> CreateServiceLinkedRoleResponse
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 Default for CreateServiceLinkedRoleResponse
impl Default for CreateServiceLinkedRoleResponse
Source§fn default() -> CreateServiceLinkedRoleResponse
fn default() -> CreateServiceLinkedRoleResponse
Returns the “default value” for a type. Read more
Source§impl PartialEq for CreateServiceLinkedRoleResponse
impl PartialEq for CreateServiceLinkedRoleResponse
Source§fn eq(&self, other: &CreateServiceLinkedRoleResponse) -> bool
fn eq(&self, other: &CreateServiceLinkedRoleResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateServiceLinkedRoleResponse
Auto Trait Implementations§
impl Freeze for CreateServiceLinkedRoleResponse
impl RefUnwindSafe for CreateServiceLinkedRoleResponse
impl Send for CreateServiceLinkedRoleResponse
impl Sync for CreateServiceLinkedRoleResponse
impl Unpin for CreateServiceLinkedRoleResponse
impl UnwindSafe for CreateServiceLinkedRoleResponse
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