pub struct QrLoginTicket {
pub kind: QrLoginKind,
pub url: String,
pub key: String,
/* private fields */
}Fields§
§kind: QrLoginKind§url: String§key: StringTrait Implementations§
Source§impl Clone for QrLoginTicket
impl Clone for QrLoginTicket
Source§fn clone(&self) -> QrLoginTicket
fn clone(&self) -> QrLoginTicket
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 QrLoginTicket
impl Debug for QrLoginTicket
impl Eq for QrLoginTicket
Source§impl PartialEq for QrLoginTicket
impl PartialEq for QrLoginTicket
Source§fn eq(&self, other: &QrLoginTicket) -> bool
fn eq(&self, other: &QrLoginTicket) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for QrLoginTicket
Auto Trait Implementations§
impl Freeze for QrLoginTicket
impl RefUnwindSafe for QrLoginTicket
impl Send for QrLoginTicket
impl Sync for QrLoginTicket
impl Unpin for QrLoginTicket
impl UnsafeUnpin for QrLoginTicket
impl UnwindSafe for QrLoginTicket
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