Struct muse_lang::runtime::value::TypeVtable
source · pub struct TypeVtable { /* private fields */ }Expand description
A virtual function table for a Type.
Trait Implementations§
source§impl Default for TypeVtable
impl Default for TypeVtable
impl ContainsNoRefs for TypeVtable
Auto Trait Implementations§
impl Freeze for TypeVtable
impl !RefUnwindSafe for TypeVtable
impl Send for TypeVtable
impl Sync for TypeVtable
impl Unpin for TypeVtable
impl !UnwindSafe for TypeVtable
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