pub enum RawRTValue {
RT(Box<dyn RuntimeValue>),
PKG(HashMap<String, PackageCallback>),
RTCM(RTCreatedModule),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawRTValue
impl !RefUnwindSafe for RawRTValue
impl !Send for RawRTValue
impl Sync for RawRTValue
impl Unpin for RawRTValue
impl !UnwindSafe for RawRTValue
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