pub enum JsonnetVm {}Auto Trait Implementations§
impl Freeze for JsonnetVm
impl RefUnwindSafe for JsonnetVm
impl Send for JsonnetVm
impl Sync for JsonnetVm
impl Unpin for JsonnetVm
impl UnsafeUnpin for JsonnetVm
impl UnwindSafe for JsonnetVm
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