pub struct TransportHandle {
pub buffer_pool: HeapBufferPool,
pub writer_config: WriterConfig,
pub shutdown_signal: SignalTree,
}Fields§
§buffer_pool: HeapBufferPool§writer_config: WriterConfig§shutdown_signal: SignalTreeTrait Implementations§
Source§impl Clone for TransportHandle
impl Clone for TransportHandle
Source§fn clone(&self) -> TransportHandle
fn clone(&self) -> TransportHandle
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for TransportHandle
impl !RefUnwindSafe for TransportHandle
impl Send for TransportHandle
impl Sync for TransportHandle
impl Unpin for TransportHandle
impl !UnwindSafe for TransportHandle
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