pub struct GetLoginQrCodeRequest<'a> {
pub app_id: &'a str,
pub type: &'a str,
pub region_id: &'a str,
pub proxy_ip: Option<&'a str>,
pub ttuid: Option<&'a str>,
pub aid: Option<&'a str>,
}Fields§
§app_id: &'a str设备ID,首次登录可空字符串
type: &'a str设备类型:ipad(推荐),mac
region_id: &'a str地区ID
proxy_ip: Option<&'a str>可选代理
ttuid: Option<&'a str>§aid: Option<&'a str>Trait Implementations§
Source§impl<'a> Clone for GetLoginQrCodeRequest<'a>
impl<'a> Clone for GetLoginQrCodeRequest<'a>
Source§fn clone(&self) -> GetLoginQrCodeRequest<'a>
fn clone(&self) -> GetLoginQrCodeRequest<'a>
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<'a> Debug for GetLoginQrCodeRequest<'a>
impl<'a> Debug for GetLoginQrCodeRequest<'a>
Source§impl<'de: 'a, 'a> Deserialize<'de> for GetLoginQrCodeRequest<'a>
impl<'de: 'a, 'a> Deserialize<'de> for GetLoginQrCodeRequest<'a>
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl<'a> Freeze for GetLoginQrCodeRequest<'a>
impl<'a> RefUnwindSafe for GetLoginQrCodeRequest<'a>
impl<'a> Send for GetLoginQrCodeRequest<'a>
impl<'a> Sync for GetLoginQrCodeRequest<'a>
impl<'a> Unpin for GetLoginQrCodeRequest<'a>
impl<'a> UnwindSafe for GetLoginQrCodeRequest<'a>
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