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