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