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