pub struct TryVerificationCodeResult {
pub result_code: i32,
pub milliseconds_to_allow_process_reset: i32,
}
Fields§
§result_code: i32
§milliseconds_to_allow_process_reset: i32
Trait Implementations§
Source§impl BaseParser for TryVerificationCodeResult
impl BaseParser for TryVerificationCodeResult
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
Source§impl Clone for TryVerificationCodeResult
impl Clone for TryVerificationCodeResult
Source§fn clone(&self) -> TryVerificationCodeResult
fn clone(&self) -> TryVerificationCodeResult
Returns a copy 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 TryVerificationCodeResult
impl Debug for TryVerificationCodeResult
Source§impl Default for TryVerificationCodeResult
impl Default for TryVerificationCodeResult
Source§fn default() -> TryVerificationCodeResult
fn default() -> TryVerificationCodeResult
Returns the “default value” for a type. Read more
impl StructuralPartialEq for TryVerificationCodeResult
Auto Trait Implementations§
impl Freeze for TryVerificationCodeResult
impl RefUnwindSafe for TryVerificationCodeResult
impl Send for TryVerificationCodeResult
impl Sync for TryVerificationCodeResult
impl Unpin for TryVerificationCodeResult
impl UnwindSafe for TryVerificationCodeResult
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