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