[][src]Struct sandstorm::util_capnp::assignable::getter::Client

pub struct Client<T> {
    pub client: Client,
    // some fields omitted
}

Fields

client: Client

Methods

impl<T> Client<T>[src]

pub fn get_request(&self) -> Request<Owned<T>, Owned<T>>[src]

pub fn subscribe_request(&self) -> Request<Owned<T>, Owned<T>>[src]

Trait Implementations

impl<T> Clone for Client<T>[src]

impl<T> FromClientHook for Client<T>[src]

impl<'a, T> FromPointerBuilder<'a> for Client<T> where
    T: for<'c> Owned<'c>, 
[src]

impl<'a, T> FromPointerReader<'a> for Client<T> where
    T: for<'c> Owned<'c>, 
[src]

impl<T> HasTypeId for Client<T>[src]

impl<T> SetPointerBuilder<Client<T>> for Client<T> where
    T: for<'c> Owned<'c>, 
[src]

Auto Trait Implementations

impl<T> !RefUnwindSafe for Client<T>

impl<T> !Send for Client<T>

impl<T> !Sync for Client<T>

impl<T> Unpin for Client<T> where
    T: Unpin

impl<T> !UnwindSafe for Client<T>

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.