Struct rust_rcs_core::security::gba::GbaContext
source · 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§
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