pub struct EmailVerificationGoogle {
pub token: String,
}Expand description
Generated from:
emailVerificationGoogle#db909ec2 token:string = EmailVerificationFields§
§token: StringTrait Implementations§
Source§impl Clone for EmailVerificationGoogle
impl Clone for EmailVerificationGoogle
Source§fn clone(&self) -> EmailVerificationGoogle
fn clone(&self) -> EmailVerificationGoogle
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 EmailVerificationGoogle
impl Debug for EmailVerificationGoogle
Source§impl Deserializable for EmailVerificationGoogle
impl Deserializable for EmailVerificationGoogle
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<EmailVerificationGoogle> for EmailVerification
impl From<EmailVerificationGoogle> for EmailVerification
Source§fn from(x: EmailVerificationGoogle) -> Self
fn from(x: EmailVerificationGoogle) -> Self
Converts to this type from the input type.
Source§impl Identifiable for EmailVerificationGoogle
impl Identifiable for EmailVerificationGoogle
Source§const CONSTRUCTOR_ID: u32 = 0xdb909ec2
const CONSTRUCTOR_ID: u32 = 0xdb909ec2
The constructor ID as specified in the TL schema.
Source§impl PartialEq for EmailVerificationGoogle
impl PartialEq for EmailVerificationGoogle
Source§impl TryFrom<EmailVerification> for EmailVerificationGoogle
impl TryFrom<EmailVerification> for EmailVerificationGoogle
Source§type Error = EmailVerification
type Error = EmailVerification
The type returned in the event of a conversion error.
impl StructuralPartialEq for EmailVerificationGoogle
Auto Trait Implementations§
impl Freeze for EmailVerificationGoogle
impl RefUnwindSafe for EmailVerificationGoogle
impl Send for EmailVerificationGoogle
impl Sync for EmailVerificationGoogle
impl Unpin for EmailVerificationGoogle
impl UnsafeUnpin for EmailVerificationGoogle
impl UnwindSafe for EmailVerificationGoogle
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