pub struct JsonExpr { /* private fields */ }Expand description
A JSON access fragment usable inside expressions.
Implementations§
Auto Trait Implementations§
impl Freeze for JsonExpr
impl RefUnwindSafe for JsonExpr
impl Send for JsonExpr
impl Sync for JsonExpr
impl Unpin for JsonExpr
impl UnsafeUnpin for JsonExpr
impl UnwindSafe for JsonExpr
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