pub struct GetSsoUserByEmailParams {
pub tenant_id: String,
pub email: String,
}Expand description
struct for passing parameters to the method get_sso_user_by_email
Fields§
§tenant_id: String§email: StringTrait Implementations§
Source§impl Clone for GetSsoUserByEmailParams
impl Clone for GetSsoUserByEmailParams
Source§fn clone(&self) -> GetSsoUserByEmailParams
fn clone(&self) -> GetSsoUserByEmailParams
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 GetSsoUserByEmailParams
impl RefUnwindSafe for GetSsoUserByEmailParams
impl Send for GetSsoUserByEmailParams
impl Sync for GetSsoUserByEmailParams
impl Unpin for GetSsoUserByEmailParams
impl UnwindSafe for GetSsoUserByEmailParams
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