pub struct RuntimeObject;
Trait Implementations§
Source§impl Initialize for RuntimeObject
impl Initialize for RuntimeObject
fn initialize() -> Self
Auto Trait Implementations§
impl Freeze for RuntimeObject
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