#[repr(C)]pub struct JSAtom {
_unused: [u8; 0],
}Fields§
§_unused: [u8; 0]Trait Implementations§
Auto Trait Implementations§
impl Freeze for JSAtom
impl RefUnwindSafe for JSAtom
impl Send for JSAtom
impl Sync for JSAtom
impl Unpin for JSAtom
impl UnsafeUnpin for JSAtom
impl UnwindSafe for JSAtom
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