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