pub struct EmailVerificationApple {
pub token: String,
}Expand description
Generated from:
emailVerificationApple#96d074fd token:string = EmailVerificationFields§
§token: StringTrait Implementations§
Source§impl Clone for EmailVerificationApple
impl Clone for EmailVerificationApple
Source§fn clone(&self) -> EmailVerificationApple
fn clone(&self) -> EmailVerificationApple
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 moreSource§impl Debug for EmailVerificationApple
impl Debug for EmailVerificationApple
Source§impl Deserializable for EmailVerificationApple
impl Deserializable for EmailVerificationApple
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<EmailVerificationApple> for EmailVerification
impl From<EmailVerificationApple> for EmailVerification
Source§fn from(x: EmailVerificationApple) -> Self
fn from(x: EmailVerificationApple) -> Self
Converts to this type from the input type.
Source§impl Identifiable for EmailVerificationApple
impl Identifiable for EmailVerificationApple
Source§const CONSTRUCTOR_ID: u32 = 0x96d074fd
const CONSTRUCTOR_ID: u32 = 0x96d074fd
The constructor ID as specified in the TL schema.
Source§impl PartialEq for EmailVerificationApple
impl PartialEq for EmailVerificationApple
Source§impl TryFrom<EmailVerification> for EmailVerificationApple
impl TryFrom<EmailVerification> for EmailVerificationApple
Source§type Error = EmailVerification
type Error = EmailVerification
The type returned in the event of a conversion error.
impl StructuralPartialEq for EmailVerificationApple
Auto Trait Implementations§
impl Freeze for EmailVerificationApple
impl RefUnwindSafe for EmailVerificationApple
impl Send for EmailVerificationApple
impl Sync for EmailVerificationApple
impl Unpin for EmailVerificationApple
impl UnsafeUnpin for EmailVerificationApple
impl UnwindSafe for EmailVerificationApple
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