pub struct ClassMetadata {}
Expand description
Represents a class which is currently loaded and retained in memory – including metadata.
Auto Trait Implementations§
impl Freeze for ClassMetadata
impl RefUnwindSafe for ClassMetadata
impl Send for ClassMetadata
impl Sync for ClassMetadata
impl Unpin for ClassMetadata
impl UnwindSafe for ClassMetadata
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