pub struct LinkIdentityResponse {
pub url: String,
}Expand description
Response from identity link (returns redirect URL).
Fields§
§url: StringTrait Implementations§
Source§impl Clone for LinkIdentityResponse
impl Clone for LinkIdentityResponse
Source§fn clone(&self) -> LinkIdentityResponse
fn clone(&self) -> LinkIdentityResponse
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 LinkIdentityResponse
impl RefUnwindSafe for LinkIdentityResponse
impl Send for LinkIdentityResponse
impl Sync for LinkIdentityResponse
impl Unpin for LinkIdentityResponse
impl UnsafeUnpin for LinkIdentityResponse
impl UnwindSafe for LinkIdentityResponse
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