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