pub struct VerifyAndAuthMessageMsg {
pub api_data: String,
pub xyz_challenge: String,
}Fields§
§api_data: String§xyz_challenge: StringTrait Implementations§
Source§impl Clone for VerifyAndAuthMessageMsg
impl Clone for VerifyAndAuthMessageMsg
Source§fn clone(&self) -> VerifyAndAuthMessageMsg
fn clone(&self) -> VerifyAndAuthMessageMsg
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 VerifyAndAuthMessageMsg
impl RefUnwindSafe for VerifyAndAuthMessageMsg
impl Send for VerifyAndAuthMessageMsg
impl Sync for VerifyAndAuthMessageMsg
impl Unpin for VerifyAndAuthMessageMsg
impl UnwindSafe for VerifyAndAuthMessageMsg
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