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