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