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