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