Struct netsblox_vm::process::VarEntry
source · pub struct VarEntry {
pub name: String,
pub value: String,
}Expand description
A variable entry in the structure expected by the standard js extension.
Fields§
§name: String§value: StringTrait Implementations§
Auto Trait Implementations§
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