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