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