pub enum CamlLookupsUsed {
Single,
Joint,
}
Variants§
Trait Implementations§
source§impl<'from_value_lifetime> FromValue<'from_value_lifetime> for CamlLookupsUsed
impl<'from_value_lifetime> FromValue<'from_value_lifetime> for CamlLookupsUsed
source§fn from_value(value: Value) -> Self
fn from_value(value: Value) -> Self
Convert from OCaml value
source§impl IntoValue for CamlLookupsUsed
impl IntoValue for CamlLookupsUsed
source§fn into_value(self, gc: &Runtime) -> Value
fn into_value(self, gc: &Runtime) -> Value
Convert to OCaml value
source§impl OCamlBinding for CamlLookupsUsed
impl OCamlBinding for CamlLookupsUsed
source§impl OCamlDesc for CamlLookupsUsed
impl OCamlDesc for CamlLookupsUsed
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 CamlLookupsUsed
impl Send for CamlLookupsUsed
impl Sync for CamlLookupsUsed
impl Unpin for CamlLookupsUsed
impl UnwindSafe for CamlLookupsUsed
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