pub struct VarEntry {
pub name: CompactString,
pub value: CompactString,
}
Expand description
A variable entry in the structure expected by the standard js extension.
Fields§
§name: CompactString
§value: CompactString
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VarEntry
impl RefUnwindSafe for VarEntry
impl Send for VarEntry
impl Sync for VarEntry
impl Unpin for VarEntry
impl UnwindSafe for VarEntry
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