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