pub struct ClassDataItem { /* private fields */ }Expand description
Class data item which contains all fields and methods of a class
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClassDataItem
impl RefUnwindSafe for ClassDataItem
impl Send for ClassDataItem
impl Sync for ClassDataItem
impl Unpin for ClassDataItem
impl UnwindSafe for ClassDataItem
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