pub struct LoginByAccountRequest<'a> {
pub app_id: &'a str,
pub proxy_ip: &'a str,
pub region_id: &'a str,
pub account: &'a str,
pub password: &'a str,
pub step: i32,
}Fields§
§app_id: &'a str§proxy_ip: &'a str§region_id: &'a str§account: &'a str§password: &'a str§step: i32Trait Implementations§
Source§impl<'a> Clone for LoginByAccountRequest<'a>
impl<'a> Clone for LoginByAccountRequest<'a>
Source§fn clone(&self) -> LoginByAccountRequest<'a>
fn clone(&self) -> LoginByAccountRequest<'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 LoginByAccountRequest<'a>
impl<'a> Debug for LoginByAccountRequest<'a>
Auto Trait Implementations§
impl<'a> Freeze for LoginByAccountRequest<'a>
impl<'a> RefUnwindSafe for LoginByAccountRequest<'a>
impl<'a> Send for LoginByAccountRequest<'a>
impl<'a> Sync for LoginByAccountRequest<'a>
impl<'a> Unpin for LoginByAccountRequest<'a>
impl<'a> UnwindSafe for LoginByAccountRequest<'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