Struct intuicio_core::object::RuntimeObject
source · pub struct RuntimeObject;Trait Implementations§
source§impl Initialize for RuntimeObject
impl Initialize for RuntimeObject
fn initialize(&mut self)
Auto Trait Implementations§
impl RefUnwindSafe for RuntimeObject
impl Send for RuntimeObject
impl Sync for RuntimeObject
impl Unpin 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