pub struct RuntimeObject;Expand description
Placeholder standing in for “a type with no Rust counterpart”.
Runtime types carry this type’s hash, which is how
crate::types::Type::is_runtime tells them apart from native ones.
Trait Implementations§
Source§impl Initialize for RuntimeObject
impl Initialize for RuntimeObject
Source§fn initialize() -> RuntimeObject
fn initialize() -> RuntimeObject
Returns the initial value of this type.
Auto Trait Implementations§
impl Freeze for RuntimeObject
impl RefUnwindSafe for RuntimeObject
impl Send for RuntimeObject
impl Sync for RuntimeObject
impl Unpin for RuntimeObject
impl UnsafeUnpin for RuntimeObject
impl UnwindSafe for RuntimeObject
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