pub struct LinkRequest {
pub toolkit: String,
pub callback_url: Option<String>,
}Expand description
Request to create an authentication link
Fields§
§toolkit: String§callback_url: Option<String>Trait Implementations§
Source§impl Clone for LinkRequest
impl Clone for LinkRequest
Source§fn clone(&self) -> LinkRequest
fn clone(&self) -> LinkRequest
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 moreSource§impl Debug for LinkRequest
impl Debug for LinkRequest
Auto Trait Implementations§
impl Freeze for LinkRequest
impl RefUnwindSafe for LinkRequest
impl Send for LinkRequest
impl Sync for LinkRequest
impl Unpin for LinkRequest
impl UnsafeUnpin for LinkRequest
impl UnwindSafe for LinkRequest
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