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