pub struct JsonDom(/* private fields */);Expand description
Opaque MySQL Json_dom (JSON DOM node for log-info collection)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JsonDom
impl RefUnwindSafe for JsonDom
impl Send for JsonDom
impl Sync for JsonDom
impl Unpin for JsonDom
impl UnsafeUnpin for JsonDom
impl UnwindSafe for JsonDom
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