Struct t_rust_less_lib::api_capnp::event_subscription::Client [−][src]
pub struct Client { pub client: Client, }
Fields
client: Client
Trait Implementations
fn get_from_pointer(
builder: PointerBuilder<'a>,
_default: Option<&'a [Word]>
) -> Result<Client>
fn get_from_pointer(
reader: &PointerReader<'a>,
_default: Option<&'a [Word]>
) -> Result<Client>
type Dispatch = ServerDispatch<_S>
fn set_pointer_builder(
pointer: PointerBuilder<'_>,
from: Client,
_canonicalize: bool
) -> Result<()>
Auto Trait Implementations
impl !RefUnwindSafe for Client
impl !UnwindSafe for Client
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V