pub struct SecurityContext { /* private fields */ }
Implementations§
Source§impl SecurityContext
impl SecurityContext
pub fn new() -> SecurityContext
pub fn preload_auth( &self, gba_context: &Arc<GbaContext>, host: &str, cipher_id: Option<(u8, u8)>, method: &[u8], body_digest: Option<&[u8]>, ) -> Option<DigestAnswerParams>
pub fn update_auth_info( &self, authentication_info_header: &Header, host: &str, uri: &[u8], challenge: &DigestChallenge, have_entity: bool, )
Auto Trait Implementations§
impl Freeze for SecurityContext
impl RefUnwindSafe for SecurityContext
impl Send for SecurityContext
impl Sync for SecurityContext
impl Unpin for SecurityContext
impl UnwindSafe for SecurityContext
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