pub struct VerifyCode {
pub verification_code: String,
}
Fields§
§verification_code: String
Trait Implementations§
Source§impl BaseParser for VerifyCode
impl BaseParser for VerifyCode
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 VerifyCode
impl Clone for VerifyCode
Source§fn clone(&self) -> VerifyCode
fn clone(&self) -> VerifyCode
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 VerifyCode
impl Debug for VerifyCode
Source§impl Default for VerifyCode
impl Default for VerifyCode
Source§fn default() -> VerifyCode
fn default() -> VerifyCode
Returns the “default value” for a type. Read more
Source§impl PacketVariable for VerifyCode
impl PacketVariable for VerifyCode
Source§impl PartialEq for VerifyCode
impl PartialEq for VerifyCode
impl StructuralPartialEq for VerifyCode
Auto Trait Implementations§
impl Freeze for VerifyCode
impl RefUnwindSafe for VerifyCode
impl Send for VerifyCode
impl Sync for VerifyCode
impl Unpin for VerifyCode
impl UnwindSafe for VerifyCode
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