Struct kimchi::prover::internal_traces::caml::CamlTraces
source · pub struct CamlTraces(_);
Trait Implementations§
source§impl Debug for CamlTraces
impl Debug for CamlTraces
source§impl From<Traces> for CamlTraces
impl From<Traces> for CamlTraces
source§impl<'from_value_lifetime> FromValue<'from_value_lifetime> for CamlTraces
impl<'from_value_lifetime> FromValue<'from_value_lifetime> for CamlTraces
source§fn from_value(value: Value) -> Self
fn from_value(value: Value) -> Self
Convert from OCaml value
source§impl IntoValue for CamlTraces
impl IntoValue for CamlTraces
source§fn into_value(self, gc: &Runtime) -> Value
fn into_value(self, gc: &Runtime) -> Value
Convert to OCaml value
source§impl OCamlBinding for CamlTraces
impl OCamlBinding for CamlTraces
source§impl OCamlDesc for CamlTraces
impl OCamlDesc for CamlTraces
source§fn ocaml_desc(env: &Env, generics: &[&str]) -> String
fn ocaml_desc(env: &Env, generics: &[&str]) -> String
describes the type in OCaml, given the current environment [Env]
and the list of generic type parameters of the root type
(the type that makes use of this type)
Auto Trait Implementations§
impl RefUnwindSafe for CamlTraces
impl Send for CamlTraces
impl Sync for CamlTraces
impl Unpin for CamlTraces
impl UnwindSafe for CamlTraces
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