Struct hid_io_core::hidio_capnp::hid_io::nodes_subscription::ServerDispatch[][src]

pub struct ServerDispatch<_T> {
    pub server: _T,
}

Fields

server: _T

Implementations

impl<_T: Server> ServerDispatch<_T>[src]

pub fn dispatch_call_internal(
    server: &mut _T,
    method_id: u16,
    params: Params<Owned>,
    results: Results<Owned>
) -> Promise<(), Error>
[src]

Trait Implementations

impl<_T: Server> Deref for ServerDispatch<_T>[src]

type Target = _T

The resulting type after dereferencing.

impl<_T: Server> DerefMut for ServerDispatch<_T>[src]

impl<_T: Server> Server for ServerDispatch<_T>[src]

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

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T[src]

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]