pub struct Grok;Expand description
The Grok CLI harness marker.
Trait Implementations§
Source§impl Codec for Grok
impl Codec for Grok
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 Grok
impl Eq for Grok
impl StructuralPartialEq for Grok
Auto Trait Implementations§
impl Freeze for Grok
impl RefUnwindSafe for Grok
impl Send for Grok
impl Sync for Grok
impl Unpin for Grok
impl UnsafeUnpin for Grok
impl UnwindSafe for Grok
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