pub struct GbaContext { /* private fields */ }
Implementations§
Source§impl GbaContext
impl GbaContext
pub fn new( impi: String, bsf_url: String, bsf_realm: String, subscription_id: i32, ) -> GbaContext
pub fn try_get_bootstrapped_context(&self) -> Option<Arc<BootstrappedContext>>
pub async fn get_bootstrapped_context( &self, http_client: &HttpClient, ) -> Result<Arc<BootstrappedContext>, ErrorKind>
Trait Implementations§
impl Send for GbaContext
impl Sync for GbaContext
Auto Trait Implementations§
impl !Freeze for GbaContext
impl !RefUnwindSafe for GbaContext
impl Unpin for GbaContext
impl UnwindSafe for GbaContext
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