pub struct DispatcherOptions {
pub unsolicited_packet_handler: UnsolicitedPacketHandler,
pub orphan_handler: Option<OrphanResponseHandler>,
pub on_read_close_tx: OnReadLoopCloseHandler,
pub disable_decompression: bool,
pub id: String,
}Fields§
§unsolicited_packet_handler: UnsolicitedPacketHandler§orphan_handler: Option<OrphanResponseHandler>§on_read_close_tx: OnReadLoopCloseHandler§disable_decompression: bool§id: StringAuto Trait Implementations§
impl Freeze for DispatcherOptions
impl !RefUnwindSafe for DispatcherOptions
impl Send for DispatcherOptions
impl Sync for DispatcherOptions
impl Unpin for DispatcherOptions
impl UnsafeUnpin for DispatcherOptions
impl !UnwindSafe for DispatcherOptions
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