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