pub struct UdsRequestContext<T>where
T: SecurityProvider,{
pub session: SessionState,
pub security_provider: T,
/* private fields */
}Fields§
§session: SessionState§security_provider: TImplementations§
Source§impl<T> UdsRequestContext<T>where
T: SecurityProvider,
impl<T> UdsRequestContext<T>where
T: SecurityProvider,
pub fn drop_requests(&mut self)
pub fn clear_outbox(&mut self)
pub fn reset_security_state(&mut self)
Auto Trait Implementations§
impl<T> Freeze for UdsRequestContext<T>where
T: Freeze,
impl<T> RefUnwindSafe for UdsRequestContext<T>where
T: RefUnwindSafe,
impl<T> Send for UdsRequestContext<T>where
T: Send,
impl<T> Sync for UdsRequestContext<T>where
T: Sync,
impl<T> Unpin for UdsRequestContext<T>where
T: Unpin,
impl<T> UnsafeUnpin for UdsRequestContext<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for UdsRequestContext<T>where
T: UnwindSafe,
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