pub struct SoilRuntime(/* private fields */);Expand description
Opaque C-side names. SoilRuntime* is a Runtime, SoilValue* a
Value, SoilError* a SoilError; the internal layouts are not
part of the ABI.
Auto Trait Implementations§
impl Freeze for SoilRuntime
impl !RefUnwindSafe for SoilRuntime
impl !Send for SoilRuntime
impl !Sync for SoilRuntime
impl Unpin for SoilRuntime
impl UnsafeUnpin for SoilRuntime
impl !UnwindSafe for SoilRuntime
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