Struct rquickjs_core::ClassId
source · [−]#[repr(transparent)]pub struct ClassId(_);
Available on crate feature
classes
only.Expand description
The type of identifier of class
Implementations
Auto Trait Implementations
impl RefUnwindSafe for ClassId
impl Send for ClassId
impl Sync for ClassId
impl Unpin for ClassId
impl UnwindSafe for ClassId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more