pub struct PropSlot {
pub value: JSValue,
pub atom: Atom,
pub attrs: u8,
/* private fields */
}Fields§
§value: JSValue§atom: Atom§attrs: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for PropSlot
impl RefUnwindSafe for PropSlot
impl Send for PropSlot
impl Sync for PropSlot
impl Unpin for PropSlot
impl UnsafeUnpin for PropSlot
impl UnwindSafe for PropSlot
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