pub struct ReplaceTenantUserParams {
pub tenant_id: String,
pub id: String,
pub replace_tenant_user_body: ReplaceTenantUserBody,
pub update_comments: Option<String>,
}Expand description
struct for passing parameters to the method replace_tenant_user
Fields§
§tenant_id: String§id: String§replace_tenant_user_body: ReplaceTenantUserBody§update_comments: Option<String>Trait Implementations§
Source§impl Clone for ReplaceTenantUserParams
impl Clone for ReplaceTenantUserParams
Source§fn clone(&self) -> ReplaceTenantUserParams
fn clone(&self) -> ReplaceTenantUserParams
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 moreAuto Trait Implementations§
impl Freeze for ReplaceTenantUserParams
impl RefUnwindSafe for ReplaceTenantUserParams
impl Send for ReplaceTenantUserParams
impl Sync for ReplaceTenantUserParams
impl Unpin for ReplaceTenantUserParams
impl UnwindSafe for ReplaceTenantUserParams
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