Struct ocamlgen_test_stubs::Car
source · pub struct Car { /* private fields */ }
Trait Implementations§
source§impl<'from_value_lifetime> FromValue<'from_value_lifetime> for Car
impl<'from_value_lifetime> FromValue<'from_value_lifetime> for Car
source§fn from_value(value: Value) -> Self
fn from_value(value: Value) -> Self
Convert from OCaml value
source§impl IntoValue for Car
impl IntoValue for Car
source§fn into_value(self, gc: &Runtime) -> Value
fn into_value(self, gc: &Runtime) -> Value
Convert to OCaml value
source§impl OCamlBinding for Car
impl OCamlBinding for Car
Auto Trait Implementations§
impl RefUnwindSafe for Car
impl Send for Car
impl Sync for Car
impl Unpin for Car
impl UnwindSafe for Car
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