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