pub enum RuntimeTypeInfo {
I32,
Str,
}
Expand description
実行時型情報
Variants§
Trait Implementations§
source§impl Debug for RuntimeTypeInfo
impl Debug for RuntimeTypeInfo
Auto Trait Implementations§
impl Freeze for RuntimeTypeInfo
impl RefUnwindSafe for RuntimeTypeInfo
impl Send for RuntimeTypeInfo
impl Sync for RuntimeTypeInfo
impl Unpin for RuntimeTypeInfo
impl UnwindSafe for RuntimeTypeInfo
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