pub struct MinerAuth {
pub id: String,
pub username: String,
pub client: String,
}Fields§
§id: String§username: String§client: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for MinerAuth
impl RefUnwindSafe for MinerAuth
impl Send for MinerAuth
impl Sync for MinerAuth
impl Unpin for MinerAuth
impl UnwindSafe for MinerAuth
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