pub struct EsLogin {
pub success: bool,
pub err: Option<String>,
pub user: EsUser,
}Fields§
§success: bool§err: Option<String>§user: EsUserAuto Trait Implementations§
impl Freeze for EsLogin
impl RefUnwindSafe for EsLogin
impl Send for EsLogin
impl Sync for EsLogin
impl Unpin for EsLogin
impl UnwindSafe for EsLogin
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