Struct t_rust_less_lib::api_capnp::secrets_store::ServerDispatch [−][src]
pub struct ServerDispatch<_T> { pub server: _T, }
Fields
server: _T
Implementations
Trait Implementations
Auto Trait Implementations
impl<_T> RefUnwindSafe for ServerDispatch<_T> where
_T: RefUnwindSafe,
impl<_T> Send for ServerDispatch<_T> where
_T: Send,
impl<_T> Sync for ServerDispatch<_T> where
_T: Sync,
impl<_T> Unpin for ServerDispatch<_T> where
_T: Unpin,
impl<_T> UnwindSafe for ServerDispatch<_T> where
_T: UnwindSafe,