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