pub struct TlsBuf<D: ResourceDialect> { /* private fields */ }
Expand description
Thread-local buffer for encoding and decoding FIDL transactions. Needed to
implement ResourceDialect
.
Trait Implementations§
Auto Trait Implementations§
impl<D> Freeze for TlsBuf<D>
impl<D> RefUnwindSafe for TlsBuf<D>where
<<D as ResourceDialect>::ProxyChannel as ProxyChannelFor<D>>::HandleDisposition: RefUnwindSafe,
<<D as ResourceDialect>::Handle as HandleFor<D>>::HandleInfo: RefUnwindSafe,
impl<D> Send for TlsBuf<D>where
<<D as ResourceDialect>::ProxyChannel as ProxyChannelFor<D>>::HandleDisposition: Send,
<<D as ResourceDialect>::Handle as HandleFor<D>>::HandleInfo: Send,
impl<D> Sync for TlsBuf<D>where
<<D as ResourceDialect>::ProxyChannel as ProxyChannelFor<D>>::HandleDisposition: Sync,
<<D as ResourceDialect>::Handle as HandleFor<D>>::HandleInfo: Sync,
impl<D> Unpin for TlsBuf<D>where
<<D as ResourceDialect>::ProxyChannel as ProxyChannelFor<D>>::HandleDisposition: Unpin,
<<D as ResourceDialect>::Handle as HandleFor<D>>::HandleInfo: Unpin,
impl<D> UnwindSafe for TlsBuf<D>where
<<D as ResourceDialect>::ProxyChannel as ProxyChannelFor<D>>::HandleDisposition: UnwindSafe,
<<D as ResourceDialect>::Handle as HandleFor<D>>::HandleInfo: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more