pub struct Cowork;Expand description
The Cowork harness marker.
Trait Implementations§
Source§impl Codec for Cowork
impl Codec for Cowork
Source§fn to_common(transcript: &Transcript<Self>) -> Result<Transcript<Common>>
fn to_common(transcript: &Transcript<Self>) -> Result<Transcript<Common>>
Errors Read more
Source§fn from_common(transcript: &Transcript<Common>) -> Result<Transcript<Self>>
fn from_common(transcript: &Transcript<Common>) -> Result<Transcript<Self>>
Errors Read more
impl Copy for Cowork
impl Eq for Cowork
impl StructuralPartialEq for Cowork
Auto Trait Implementations§
impl Freeze for Cowork
impl RefUnwindSafe for Cowork
impl Send for Cowork
impl Sync for Cowork
impl Unpin for Cowork
impl UnsafeUnpin for Cowork
impl UnwindSafe for Cowork
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