pub struct ChangeEmail {
pub email: String,
}
Fields§
§email: String
Trait Implementations§
source§impl BaseParser for ChangeEmail
impl BaseParser for ChangeEmail
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 ChangeEmail
impl Clone for ChangeEmail
source§fn clone(&self) -> ChangeEmail
fn clone(&self) -> ChangeEmail
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 ChangeEmail
impl Debug for ChangeEmail
source§impl Default for ChangeEmail
impl Default for ChangeEmail
source§fn default() -> ChangeEmail
fn default() -> ChangeEmail
Returns the “default value” for a type. Read more
source§impl PacketVariable for ChangeEmail
impl PacketVariable for ChangeEmail
source§impl PartialEq<ChangeEmail> for ChangeEmail
impl PartialEq<ChangeEmail> for ChangeEmail
source§fn eq(&self, other: &ChangeEmail) -> bool
fn eq(&self, other: &ChangeEmail) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ChangeEmail
Auto Trait Implementations§
impl RefUnwindSafe for ChangeEmail
impl Send for ChangeEmail
impl Sync for ChangeEmail
impl Unpin for ChangeEmail
impl UnwindSafe for ChangeEmail
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