pub enum ForJson {
Auto,
Path,
}Expand description
Modes for FOR JSON clause.
Variants§
Trait Implementations§
Source§impl Ord for ForJson
impl Ord for ForJson
Source§impl PartialOrd for ForJson
impl PartialOrd for ForJson
Source§impl VisitMut for ForJson
impl VisitMut for ForJson
Source§fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
Mutably visit this node with the provided
VisitorMut. Read moreimpl Eq for ForJson
impl StructuralPartialEq for ForJson
Auto Trait Implementations§
impl Freeze for ForJson
impl RefUnwindSafe for ForJson
impl Send for ForJson
impl Sync for ForJson
impl Unpin for ForJson
impl UnsafeUnpin for ForJson
impl UnwindSafe for ForJson
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