pub struct UnitLib {
pub unit: FreePrimFuncVal,
}Fields§
§unit: FreePrimFuncValTrait Implementations§
Auto Trait Implementations§
impl Freeze for UnitLib
impl !RefUnwindSafe for UnitLib
impl !Send for UnitLib
impl !Sync for UnitLib
impl Unpin for UnitLib
impl !UnwindSafe for UnitLib
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