pub struct EsUser {
pub uid: u32,
pub username: String,
}Fields§
§uid: u32§username: StringAuto Trait Implementations§
impl Freeze for EsUser
impl RefUnwindSafe for EsUser
impl Send for EsUser
impl Sync for EsUser
impl Unpin for EsUser
impl UnwindSafe for EsUser
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