Enum interpreter::types::BufKeyVal
source · pub enum BufKeyVal {
None,
Array(usize),
Map(String),
}Variants§
Auto Trait Implementations§
impl RefUnwindSafe for BufKeyVal
impl Send for BufKeyVal
impl Sync for BufKeyVal
impl Unpin for BufKeyVal
impl UnwindSafe for BufKeyVal
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