pub struct PutSsoUserParams {
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 put_sso_user
Fields§
§tenant_id: String§id: String§update_apisso_user_data: UpdateApissoUserData§update_comments: Option<bool>Trait Implementations§
Source§impl Clone for PutSsoUserParams
impl Clone for PutSsoUserParams
Source§fn clone(&self) -> PutSsoUserParams
fn clone(&self) -> PutSsoUserParams
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 PutSsoUserParams
impl RefUnwindSafe for PutSsoUserParams
impl Send for PutSsoUserParams
impl Sync for PutSsoUserParams
impl Unpin for PutSsoUserParams
impl UnwindSafe for PutSsoUserParams
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