pub struct RemoveRoleParams {
pub body: RemoveRoleParamsBody,
}Fields§
§body: RemoveRoleParamsBodyRequest body sent with this call.
Required.
Implementations§
Source§impl RemoveRoleParams
impl RemoveRoleParams
Sourcepub fn new(body: RemoveRoleParamsBody) -> Self
pub fn new(body: RemoveRoleParamsBody) -> Self
Construct a new RemoveRoleParams with the required fields set.
Trait Implementations§
Source§impl Clone for RemoveRoleParams
impl Clone for RemoveRoleParams
Source§fn clone(&self) -> RemoveRoleParams
fn clone(&self) -> RemoveRoleParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RemoveRoleParams
impl Debug for RemoveRoleParams
Auto Trait Implementations§
impl Freeze for RemoveRoleParams
impl RefUnwindSafe for RemoveRoleParams
impl Send for RemoveRoleParams
impl Sync for RemoveRoleParams
impl Unpin for RemoveRoleParams
impl UnsafeUnpin for RemoveRoleParams
impl UnwindSafe for RemoveRoleParams
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