pub struct DemuxSelect;Trait Implementations§
Source§impl Service for DemuxSelect
impl Service for DemuxSelect
type Request = DemuxSelectReq
type Response = DemuxSelectRes
fn request_type_name(&self) -> &str
fn response_type_name(&self) -> &str
Auto Trait Implementations§
impl Freeze for DemuxSelect
impl RefUnwindSafe for DemuxSelect
impl Send for DemuxSelect
impl Sync for DemuxSelect
impl Unpin for DemuxSelect
impl UnwindSafe for DemuxSelect
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