pub struct LoginChallenge {
pub challenge_id: String,
pub session_id: String,
pub payload: Value,
}Expand description
A single interactive authentication challenge emitted by comdirect.
Fields§
§challenge_id: String§session_id: String§payload: ValueTrait Implementations§
Source§impl Clone for LoginChallenge
impl Clone for LoginChallenge
Source§fn clone(&self) -> LoginChallenge
fn clone(&self) -> LoginChallenge
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 LoginChallenge
impl RefUnwindSafe for LoginChallenge
impl Send for LoginChallenge
impl Sync for LoginChallenge
impl Unpin for LoginChallenge
impl UnsafeUnpin for LoginChallenge
impl UnwindSafe for LoginChallenge
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