pub struct GetAccountInfoRequest {
pub local_id: Option<Vec<String>>,
pub email: Option<Vec<String>>,
pub phone_number: Option<Vec<String>>,
}Expand description
Internal request to get account info.
Fields§
§local_id: Option<Vec<String>>§email: Option<Vec<String>>§phone_number: Option<Vec<String>>Trait Implementations§
Source§impl Debug for GetAccountInfoRequest
impl Debug for GetAccountInfoRequest
Auto Trait Implementations§
impl Freeze for GetAccountInfoRequest
impl RefUnwindSafe for GetAccountInfoRequest
impl Send for GetAccountInfoRequest
impl Sync for GetAccountInfoRequest
impl Unpin for GetAccountInfoRequest
impl UnwindSafe for GetAccountInfoRequest
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