pub type Dialect = DefaultFuchsiaResourceDialect;
Aliased Type§
struct Dialect;
Trait Implementations
§impl Clone for DefaultFuchsiaResourceDialect
impl Clone for DefaultFuchsiaResourceDialect
§fn clone(&self) -> DefaultFuchsiaResourceDialect
fn clone(&self) -> DefaultFuchsiaResourceDialect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DefaultFuchsiaResourceDialect
impl Debug for DefaultFuchsiaResourceDialect
§impl Default for DefaultFuchsiaResourceDialect
impl Default for DefaultFuchsiaResourceDialect
§fn default() -> DefaultFuchsiaResourceDialect
fn default() -> DefaultFuchsiaResourceDialect
Returns the “default value” for a type. Read more
§impl ResourceDialect for DefaultFuchsiaResourceDialect
impl ResourceDialect for DefaultFuchsiaResourceDialect
§type MessageBufEtc = MessageBufEtc
type MessageBufEtc = MessageBufEtc
Message buffer type used in this dialect.
§type ProxyChannel = Channel
type ProxyChannel = Channel
Channel type used for proxies in this dialect.
§fn with_tls_buf<R>(
f: impl FnOnce(&mut TlsBuf<DefaultFuchsiaResourceDialect>) -> R,
) -> R
fn with_tls_buf<R>( f: impl FnOnce(&mut TlsBuf<DefaultFuchsiaResourceDialect>) -> R, ) -> R
Get a thread-local common instance of
TlsBuf