pub struct ApiState {
pub client: Arc<HttpClient>,
}Fields§
§client: Arc<HttpClient>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ApiState
impl RefUnwindSafe for ApiState
impl Send for ApiState
impl Sync for ApiState
impl Unpin for ApiState
impl UnsafeUnpin for ApiState
impl UnwindSafe for ApiState
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