pub struct SecretsDelegator;Trait Implementations§
Source§impl RequestDelegator<SecretsCommunication> for SecretsDelegator
impl RequestDelegator<SecretsCommunication> for SecretsDelegator
type GlobalContext = SecretsGlobalContext
type SessionContext = SecretsSessionContext
async fn delegate( item: RawWebSocketItem<<SecretsCommunication as CommunicableTypes>::Req, <SecretsCommunication as CommunicableTypes>::Resp>, global_context: Arc<Self::GlobalContext>, session_context: Arc<RwLock<Self::SessionContext>>, ) -> Result<(), RespondToItemError>
Auto Trait Implementations§
impl Freeze for SecretsDelegator
impl RefUnwindSafe for SecretsDelegator
impl Send for SecretsDelegator
impl Sync for SecretsDelegator
impl Unpin for SecretsDelegator
impl UnwindSafe for SecretsDelegator
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