Struct mercury_cli::MercuryClient
source · pub struct MercuryClient {
pub base_url: String,
pub jwt: String,
}Fields§
§base_url: String§jwt: StringImplementations§
Auto Trait Implementations§
impl Freeze for MercuryClient
impl RefUnwindSafe for MercuryClient
impl Send for MercuryClient
impl Sync for MercuryClient
impl Unpin for MercuryClient
impl UnwindSafe for MercuryClient
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