pub struct LoadedClass { /* private fields */ }
Expand description
Represents a class which is currently loaded and retained in memory.
Besides the name, this type holds information relevant for the deregistration of the class.
Auto Trait Implementations§
impl Freeze for LoadedClass
impl RefUnwindSafe for LoadedClass
impl Send for LoadedClass
impl Sync for LoadedClass
impl Unpin for LoadedClass
impl UnwindSafe for LoadedClass
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