pub struct UpdateOrganizationRoleParams {
pub body: UpdateOrganizationRole,
}Fields§
§body: UpdateOrganizationRoleRequest body sent with this call.
Required.
Implementations§
Source§impl UpdateOrganizationRoleParams
impl UpdateOrganizationRoleParams
Sourcepub fn new(body: UpdateOrganizationRole) -> Self
pub fn new(body: UpdateOrganizationRole) -> Self
Construct a new UpdateOrganizationRoleParams with the required fields set.
Trait Implementations§
Source§impl Clone for UpdateOrganizationRoleParams
impl Clone for UpdateOrganizationRoleParams
Source§fn clone(&self) -> UpdateOrganizationRoleParams
fn clone(&self) -> UpdateOrganizationRoleParams
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 UpdateOrganizationRoleParams
impl Debug for UpdateOrganizationRoleParams
Auto Trait Implementations§
impl Freeze for UpdateOrganizationRoleParams
impl RefUnwindSafe for UpdateOrganizationRoleParams
impl Send for UpdateOrganizationRoleParams
impl Sync for UpdateOrganizationRoleParams
impl Unpin for UpdateOrganizationRoleParams
impl UnsafeUnpin for UpdateOrganizationRoleParams
impl UnwindSafe for UpdateOrganizationRoleParams
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